Beispiel #1
0
        private void laboratoryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmLaboratory frm = new frmLaboratory();

            frm.Show();
            this.Hide();
        }
Beispiel #2
0
        private void laboratoryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.IsMdiContainer = true;
            frmLaboratory Form = new frmLaboratory();

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