Beispiel #1
0
        private void 架号管理ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            jhglForm jhgl = jhglForm.Create();

            jhgl.Show();
            jhgl.Focus();
        }
Beispiel #2
0
 public static jhglForm Create()
 {
     if (jhgl == null)
     {
         jhgl = new jhglForm();
     }
     return(jhgl);
 }
Beispiel #3
0
 private void jhglForm_FormClosed(object sender, FormClosedEventArgs e)
 {
     jhgl = null;
 }