示例#1
0
 private void ShowMainPanel()
 {
     this.panel1.Show();
     this.ProcessPanel.Hide();
     ProcessController.Shut();
     this.ProcessControl.restartList();
 }
示例#2
0
 private void ShowMainPanel()
 {
     this.panel1.Show();
     this.ProcessPanel.Hide();
     ProcessController.Shut();
     this.ProcessPanel.Controls.Clear();
     this._ProcessControl?.Dispose();
     //this.ProcessControl.restartList();
 }