private void btnQuanLyPhongBan_Click(object sender, EventArgs e) { this.Hide(); GUI.frmQuanLy t = new frmQuanLy(MyStruct.MyTableName.PHONGBAN); t.Show(); }
private void btnQuanLyNhanVien_Click(object sender, EventArgs e) { this.Hide(); GUI.frmQuanLy t = new frmQuanLy(MyStruct.MyTableName.NHANVIEN); t.Show(); }