Пример #1
0
        private void viewClientsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AccountViewList avl = AccountViewList.GetInstance();

            avl.MdiParent = this;
            avl.Show();
        }
Пример #2
0
        private void btnMain_Click(object sender, EventArgs e)
        {
            AccountViewList avl = AccountViewList.GetInstance();

            avl.MdiParent = this.MdiParent;
            avl.Show();
            this.Close();
        }