コード例 #1
0
 public void RestartService(int timeoutMilliseconds)
 {
     button_Apply.Enabled = false;
     TopLevelTabHelpers.RestartServiceHelper(timeoutMilliseconds);
     button_Apply.Enabled = true;
     clear_service_status_area();
 }
コード例 #2
0
 public TopLevelTabPageProvider()
     : base(new Guid("d2c5f7c6-395f-419f-8c77-0c73f37b354c"),
            "Argus TV to Lights-Out",
            "Argus TV to Lights-Out")
 {
     TopLevelTabHelpers.CheckForNewVersion();
 }