Esempio n. 1
0
        private void mnuIncidentsDisplayIncidentsByCustomer_Click(object sender, EventArgs e)
        {
            Form customerIncidentsForm = new frmCustomerIncidents();

            customerIncidentsForm.MdiParent = this;
            customerIncidentsForm.Show();
        }
Esempio n. 2
0
 private void mnuIncidentsDisplayIncidentsByCustomer_Click(object sender, EventArgs e)
 {
     Form customerIncidentsForm = new frmCustomerIncidents();
     customerIncidentsForm.MdiParent = this;
     customerIncidentsForm.Show();
 }