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

@ -12,5 +12,6 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
public string UnifiedSessionId { get; set; }
public string SessionState { get; set; }
public string HostServer { get; set; }
public string DomainName { get; set; }
}
}