UI changes

This commit is contained in:
vfedosevich 2015-01-30 06:43:13 -08:00
parent 1567ef9f15
commit d063e2ce2d
12 changed files with 139 additions and 101 deletions

View file

@ -33,5 +33,6 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
public string DisplayName { get; set; }
public string FilePath { get; set; }
public string FileVirtualPath { get; set; }
public string RequiredCommandLine { get; set; }
}
}