Example #1
0
 public bool AddMonitor(string name, int left, int top, int right, int bottom)
 {
     return(wcfService.AddMonitor(name, left, top, right, bottom));
 }