コード例 #1
0
 public bool EditApplication(int appId, string appName, string exePath, string extraArguments, int left, int top, int right, int bottom)
 {
     return(wcfService.EditApplication(appId, appName, exePath, extraArguments, left, top, right, bottom));
 }