예제 #1
0
        private void tsmStuMsgmag_Click(object sender, EventArgs e)
        {
            all a = new all();

            a.MdiParent = this;
            a.Show();
        }
예제 #2
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            all a = new all();

            a.MdiParent = this;

            a.Show();
        }