private void PHANQUYEN_Click(object sender, EventArgs e) { PhanQuyen pq = new PhanQuyen(); pq.Show(); this.WindowState = FormWindowState.Minimized; }
private void bfb_phanquyen_Click_1(object sender, EventArgs e) { if (panel1.Width != p) { PhanQuyen pq = new PhanQuyen(); pq.Show(); this.WindowState = FormWindowState.Minimized; } }