Exemplo n.º 1
0
 private void newBtn_Click(object sender, EventArgs e)
 {
     if (myInvestorEdit == null || myInvestorEdit.IsDisposed)
     {
         myInvestorEdit = new investorEdit();
     }
     myInvestorEdit.ShowInvestor(null);
 }
Exemplo n.º 2
0
 private void newBtn_Click(object sender, EventArgs e)
 {
     if (myInvestorEdit == null || myInvestorEdit.IsDisposed) myInvestorEdit = new investorEdit();
     myInvestorEdit.ShowInvestor(null);
 }