Beispiel #1
0
 public void Pause()
 {
     _watcher.Pause();
     setCustomOutputPath();
     _window.SetText("Engine is paused and will not detect changes");
 }