Example #1
0
 private void buttonItem35_Click(object sender, EventArgs e)
 {
     customer.customers_management childForm = new customer.customers_management();
     childForm.MdiParent = this;
     childForm.Show();
 }
Example #2
0
 private void buttonItem35_Click(object sender, EventArgs e)
 {
     customer.customers_management childForm = new customer.customers_management();
     childForm.MdiParent = this;
     childForm.Show();
 }