예제 #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();
 }