Пример #1
0
        private void pbx_QLVT_Click(object sender, EventArgs e)
        {
            fmanage mn = new fmanage();

            this.Hide();
            mn.ShowDialog();
            this.Show();
        }
Пример #2
0
        private void qlvattu_ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            pbx_QLVT_Click(this, new EventArgs());
            fmanage ql = new fmanage();

            this.Hide();
            ql.ShowDialog();
            this.Show();
        }