Esempio n. 1
0
 public App()
 {
     if (!ServiceExtensions.IsStarted("MSSQLServer", true))
     {
         Log.Write("Microsoft SQL Server is not started");
         Application.Current.Shutdown();
     }
 }