9 lines
No EOL
256 B
C#
9 lines
No EOL
256 B
C#
namespace WebsitePanel.Providers.RemoteDesktopServices
|
|
{
|
|
public class StartMenuApp
|
|
{
|
|
public string DisplayName { get; set; }
|
|
public string FilePath { get; set; }
|
|
public string FileVirtualPath { get; set; }
|
|
}
|
|
} |