Exemplo n.º 1
0
 public static void BeginTakingPictures(double interval = 2.0)
 {
     if (_instance == null)
     {
         _instance = new ScreenShots();
         _instance.Start(interval);
     }
     else if (_instance._dt != null)
     {
         _instance._dt.Start();
     }
 }
Exemplo n.º 2
0
 public static void BeginTakingPictures(double interval = 2.0)
 {
     if (_instance == null)
     {
         _instance = new ScreenShots();
         _instance.Start(interval);
     }
     else if (_instance._dt != null)
     {
         _instance._dt.Start();
     }
 }