Beispiel #1
0
 protected override void OnClosed(EventArgs e)
 {
     base.OnClosed(e);
     Logger.Info("-----> on Close application");
     mNotificationManager.close();
     Logger.Info("-----> close notification");
     mXRayMonitor.stopService();
     Logger.Info("-----> stop XRay Service");
     mMotionMonitor.stopService();
     Logger.Info("-----> stop Motion Service");
     mDetectorMonitor.stopService();
     Logger.Info("-----> stop Detector Service");
     System.Windows.Application.Current.Shutdown();
 }