예제 #1
0
        private void BranchesActive_Click(object sender, EventArgs e)
        {
            BranchActive inpt = new BranchActive();
            MDI mdifrm = new MDI();
            inpt.MdiParent = this;

            inpt.Show();
        }
예제 #2
0
        private void BranchesActive_Click(object sender, EventArgs e)
        {
            BranchActive inpt   = new BranchActive();
            MDI          mdifrm = new MDI();

            inpt.MdiParent = this;

            inpt.Show();
        }