示例#1
0
        private void gateInOutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            MessageBox.Show("Gate In Button Clicked");
            GateIn Gate = new GateIn();

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