Remote Application users changes

This commit is contained in:
vfedosevich 2015-02-05 05:55:24 -08:00
parent fe0edfbed2
commit 4ca584a5ca
12 changed files with 210 additions and 99 deletions

View file

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