Example #1
0
        private void newAccountToolStripMenuItem_Click(object sender, EventArgs e)
        {
            NewAccountForm newacc = new NewAccountForm();

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