Beispiel #1
0
        private void 刷新ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Sysgl sysgl = new Sysgl();

            sysgl.Show();
            this.Hide();
        }
Beispiel #2
0
        private void 查看实验室ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Sysgl sysgl = new Sysgl();

            sysgl.Show();
        }