Ejemplo n.º 1
0
 private void b_ClientAdd_Click(object sender, EventArgs e)
 {
     Client.frmClientAdd MyClientAdd = new Client.frmClientAdd();
     MyClientAdd.MdiParent = this.Owner;
     MyClientAdd.ShowDialog();
 }
Ejemplo n.º 2
0
 private void b_ClientAdd_Click(object sender, EventArgs e)
 {
     Client.frmClientAdd MyClientAdd = new Client.frmClientAdd();
     MyClientAdd.MdiParent = this.Owner;
     MyClientAdd.ShowDialog();
 }