예제 #1
0
 private void investorMenu_Click(object sender, EventArgs e)
 {
     Form myForm = this.FindForm("investorList");
     if (myForm == null || myForm.IsDisposed)
     {
         myForm = new baseClass.forms.investorList();
         myForm.Name = "investorList";
     }
     this.ShowForm(myForm, false);
 }
예제 #2
0
        private void investorMenu_Click(object sender, EventArgs e)
        {
            Form myForm = this.FindForm("investorList");

            if (myForm == null || myForm.IsDisposed)
            {
                myForm      = new baseClass.forms.investorList();
                myForm.Name = "investorList";
            }
            this.ShowForm(myForm, false);
        }