Beispiel #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();
     }
 }
 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();
     }
 }