Esempio n. 1
0
        private void diagonisticTestToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.IsMdiContainer = true;

            TestsToPrescribe _TTP = new TestsToPrescribe(NewPrescription.prescriptionID);

            _TTP.MdiParent = this;
            _TTP.Show();
        }
Esempio n. 2
0
        private void LoadTestsForm(string key)
        {
            this.IsMdiContainer = true;

            TestsToPrescribe TTP_RnI = new TestsToPrescribe(key, _pe.prescriptionID);

            TTP_RnI.MdiParent = this;
            TTP_RnI.Show();
        }