Esempio n. 1
0
 public Ai(string exePath, ProcessMonitor monitor)
 {
     this.exePath = exePath;
     this.monitor = monitor;
 }