コード例 #1
0
 private void AppPoolStartClick(object sender, RoutedEventArgs e)
 {
     try
     {
         if (this.CheckSqlServer())
         {
             MainWindowHelper.AppPoolStart();
         }
     }
     catch (Exception ex)
     {
         this.HandleError(ex);
     }
 }