コード例 #1
0
 public void RestartService(int timeoutMilliseconds)
 {
     button_Apply.Enabled = false;
     TopLevelTabHelpers.RestartServiceHelper(timeoutMilliseconds);
     button_Apply.Enabled = true;
     clear_service_status_area();
 }