Beispiel #1
0
        private void btnSearch_Click(object sender, EventArgs e)
        {
            this.Hide();
            frmSearchPatient objfrmSearchPatient = new frmSearchPatient();

            objfrmSearchPatient.Show();
        }
Beispiel #2
0
        private void searchPatientToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmSearchPatient objReportConfiguration = new frmSearchPatient();

            objReportConfiguration.MdiParent   = this;
            objReportConfiguration.WindowState = FormWindowState.Maximized;
            objReportConfiguration.Show();
        }