Exemplo n.º 1
0
        private void tàiKhoảnToolStripMenuItem_Click(object sender, EventArgs e)
        {
            test_1 test = new test_1();

            //test.MdiParent = this;
            test.Show();
        }
Exemplo n.º 2
0
 public frm_Permission(test_1 test)
 {
     InitializeComponent();
     this.test = test;
 }