Merge commit

This commit is contained in:
robvde 2015-01-14 10:45:44 +08:00
commit a79809bef3
81 changed files with 1489 additions and 392 deletions

View file

@ -64,5 +64,6 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
string[] GetApplicationUsers(string collectionName, string applicationName);
bool SetApplicationUsers(string collectionName, RemoteApplication remoteApp, string[] users);
bool CheckRDSServerAvaliable(string hostname);
List<string> GetServersExistingInCollections();
}
}