Exemplo n.º 1
0
 public static void Stop()
 {
     if (instance != null)
     {
         instance.timer.Stop();
         instance.popup.IsOpen = false;
         instance = null;
     }
 }
Exemplo n.º 2
0
 public static void Start()
 {
     instance = new CaptureWatcher();
 }