Ejemplo n.º 1
0
 public int AddApplication(string appName, string extraArguments, string exePath, int left, int top, int right, int bottom)
 {
     return(wcfService.AddApplication(appName, extraArguments, exePath, left, top, right, bottom));
 }