Пример #1
0
 public bool EditMonitor(int monitorId, string name, int left, int top, int right, int bottom)
 {
     return(wcfService.EditMonitor(monitorId, name, left, top, right, bottom));
 }