Beispiel #1
0
 public void Shutdown()
 {
     entityController.Shutdown();
     try
     {
         Settings.Default.Save();
     }
     catch (Exception)
     {
         // When more application instances are closed at the same time then an exception occurs.
     }
 }
Beispiel #2
0
        public void Shutdown()
        {
            _entityController.Shutdown();

            AppSettings.Default.Save();
        }
Beispiel #3
0
 public void Shutdown()
 {
     entityController.Shutdown();
 }