Esempio n. 1
0
        private void tsmStuMsgmag_Click(object sender, EventArgs e)
        {
            all a = new all();

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

            a.MdiParent = this;

            a.Show();
        }