예제 #1
19
 static void Main(string[] args)
 {
     Watcher watcher = new Watcher();
     Console.ReadKey();
 }
예제 #2
-6
 protected override void OnStart(string[] args)
 {
     Watcher watcher = new Watcher();
 }