Пример #1
0
 private void newBtn_Click(object sender, EventArgs e)
 {
     if (myInvestorEdit == null || myInvestorEdit.IsDisposed)
     {
         myInvestorEdit = new investorEdit();
     }
     myInvestorEdit.ShowInvestor(null);
 }
Пример #2
0
 private void newBtn_Click(object sender, EventArgs e)
 {
     if (myInvestorEdit == null || myInvestorEdit.IsDisposed) myInvestorEdit = new investorEdit();
     myInvestorEdit.ShowInvestor(null);
 }