Ejemplo n.º 1
0
        private void mnuIncidentsDisplayIncidentsbyProduct_Click(object sender, EventArgs e)
        {
            Form productIncidentsForm = new frmProductIncidents();

            productIncidentsForm.MdiParent = this;
            productIncidentsForm.Show();
        }
Ejemplo n.º 2
0
 private void mnuIncidentsDisplayIncidentsbyProduct_Click(object sender, EventArgs e)
 {
     Form productIncidentsForm = new frmProductIncidents();
     productIncidentsForm.MdiParent = this;
     productIncidentsForm.Show();
 }