Пример #1
0
        private void LoginForm_Load(object sender, EventArgs e)
        {
            TransactionForm newMDIChild = new TransactionForm();

            newMDIChild.MdiParent = this;
            newMDIChild.Show();
        }
Пример #2
0
        private void transactionMenuItem_Click(object sender, EventArgs e)
        {
            TransactionForm newMDIChild = new TransactionForm();

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