Example #1
0
 static void CreateInstance()
 {
     Instance         = new SolutionExplorer();
     Instance.TabText = "SolutionExplorer";
     Instance.Show(Center.Form.DockerContainer, DockState.Float);
 }
Example #2
0
 protected override void OnFormClosed(System.Windows.Forms.FormClosedEventArgs e)
 {
     base.OnFormClosed(e);
     Instance = null;
 }