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

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

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