示例#1
0
        private void FormTeste1_Load(object sender, EventArgs e)
        {
            FormTeste1 tst1 = new FormTeste1();

            tst1.MdiParent = this;
            tst1.Show();
        }
示例#2
0
文件: Form1.cs 项目: RochaDenise/DS1
        private void btn1_Click(object sender, EventArgs e)
        {
            FormTeste1 tst1 = new FormTeste1();

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