コード例 #1
0
 public int ProcessWaitClose(string process, int timeout)
 {
     return(AutoItX.ProcessWaitClose(process, timeout));
 }