Esempio n. 1
0
 private void search_reportButton_Click(object sender, EventArgs e)
 {
     Report.hallReportWithSearch hr = new Report.hallReportWithSearch();
     //hr.MdiParent = this;
     hr.Show();
 }
 private void hallReportToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Report.hallReportWithSearch hr = new Report.hallReportWithSearch();
     hr.MdiParent = this;
     hr.Show();
 }