11 lines
No EOL
355 B
C#
11 lines
No EOL
355 B
C#
namespace WebsitePanel.Providers.RemoteDesktopServices
|
|
{
|
|
public class RemoteApplication
|
|
{
|
|
public string Alias { get; set; }
|
|
public string DisplayName { get; set; }
|
|
public string FilePath { get; set; }
|
|
public string FileVirtualPath { get; set; }
|
|
public bool ShowInWebAccess { get; set; }
|
|
}
|
|
} |