Exemplo n.º 1
0
 public bool EditGroup(int groupId, string groupName, bool shareDesktop, bool allowMaintenace, bool allowRemote, int monitorId, List <int> appIds)
 {
     return(wcfService.EditGroup(groupId, groupName, shareDesktop, allowMaintenace, allowRemote, monitorId, appIds.ToArray()));
 }