コード例 #1
0
ファイル: frmMain.cs プロジェクト: anneilb/ce-dev
        private void mnuRegistrationDisplayProductsByCustomer_Click(object sender, EventArgs e)
        {
            Form customerProductsForm = new frmCustomerProducts();

            customerProductsForm.MdiParent = this;
            customerProductsForm.Show();
        }
コード例 #2
0
ファイル: frmMain.cs プロジェクト: anneilb/ce-dev
 private void mnuRegistrationDisplayProductsByCustomer_Click(object sender, EventArgs e)
 {
     Form customerProductsForm = new frmCustomerProducts();
     customerProductsForm.MdiParent = this;
     customerProductsForm.Show();
 }