Esempio n. 1
0
 static AppController()
 {
     CollectionController.Start();
     Timer = new Timer {
         Interval = 5000, Enabled = true
     };
     Timer.Tick += Timer_Tick;
     ApplyOptions();
     AddNewSceneController();
 }
Esempio n. 2
0
 internal static void Close()
 {
     CollectionController.Stop();
     Application.Exit();
 }