private void dgvChitiet_CellDoubleClick(object sender, DataGridViewCellEventArgs e) { if (e.RowIndex == dgvTheLoai.Rows.Count - 1) { frmChitietTheloai f1 = new frmChitietTheloai(); Handling.FormHandling.PreventFormMultipleTimes("Thể Loại", f1, "Thể loại"); } }
public void BtnTheloai_Click(object sender, EventArgs e) { frmChitietTheloai frmBC = new frmChitietTheloai(); switchMenu(frmBC.gbxChitiet); }
private void lblIntoTheLoai_Click(object sender, EventArgs e) { frmChitietTheloai f1 = new frmChitietTheloai(); Handling.FormHandling.PreventFormMultipleTimes(f1, "Thể loại"); }