Exemple #1
0
 public int AddGroup(string groupName, bool shareDesktop, bool allowMaintenace, bool allowRemote, int monitorId, List <int> allowApps)
 {
     return(wcfService.AddGroup(groupName, shareDesktop, allowMaintenace, allowRemote, monitorId, allowApps.ToArray()));
 }