Beispiel #1
0
        private void mnuRegistrationDisplayProductsByCustomer_Click(object sender, EventArgs e)
        {
            Form customerProductsForm = new frmCustomerProducts();

            customerProductsForm.MdiParent = this;
            customerProductsForm.Show();
        }
Beispiel #2
0
 private void mnuRegistrationDisplayProductsByCustomer_Click(object sender, EventArgs e)
 {
     Form customerProductsForm = new frmCustomerProducts();
     customerProductsForm.MdiParent = this;
     customerProductsForm.Show();
 }