Beispiel #1
0
        private void quanLyPhongToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormPhong phong = new FormPhong();

            this.Hide();
            phong.ShowDialog();
            this.Show();
        }
Beispiel #2
0
        private void buttonPhong_Click(object sender, EventArgs e)
        {
            FormPhong phong = new FormPhong();

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