示例#1
0
文件: frmMain.cs 项目: anneilb/ce-dev
        private void mnuMaintenanceMaintainCustomers_Click(object sender, EventArgs e)
        {
            Form customerMaintForm = new frmCustomerMaintenance();

            customerMaintForm.MdiParent = this;
            customerMaintForm.Show();
        }
示例#2
0
文件: frmMain.cs 项目: anneilb/ce-dev
 private void mnuMaintenanceMaintainCustomers_Click(object sender, EventArgs e)
 {
     Form customerMaintForm = new frmCustomerMaintenance();
     customerMaintForm.MdiParent = this;
     customerMaintForm.Show();
 }