Exemple #1
0
        private void 提成管理ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            tcglForm tcgl = tcglForm.Create();

            tcgl.Show();
            tcgl.Focus();
        }
Exemple #2
0
 public static tcglForm Create()
 {
     if (tcgl == null)
     {
         tcgl = new tcglForm();
     }
     return(tcgl);
 }
Exemple #3
0
 private void tcglForm_FormClosed(object sender, FormClosedEventArgs e)
 {
     tcgl = null;
 }