Esempio n. 1
0
        private void LoginForm_Load(object sender, EventArgs e)
        {
            TransactionForm newMDIChild = new TransactionForm();

            newMDIChild.MdiParent = this;
            newMDIChild.Show();
        }
Esempio n. 2
0
        private void transactionMenuItem_Click(object sender, EventArgs e)
        {
            TransactionForm newMDIChild = new TransactionForm();

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