Beispiel #1
0
 protected override void OnStart(string[] args)
 {
     watcher = new Watcher(source, target);
     watcher.Start();
 }