private void dgvDonViTinh_CellDoubleClick(object sender, DataGridViewCellEventArgs e) { if (e.RowIndex == dgvDonViTinh.Rows.Count - 1) { frmChitietDonvitinh f1 = new frmChitietDonvitinh(); Handling.FormHandling.PreventFormMultipleTimes("Đơn Vị Tính", f1, "Đơn vị tính"); } }
public void BtnDonvitinh_Click(object sender, EventArgs e) { frmChitietDonvitinh frmBC = new frmChitietDonvitinh(); switchMenu(frmBC.gbxChitiet); }
private void lblIntoDonViTinh_Click(object sender, EventArgs e) { frmChitietDonvitinh f1 = new frmChitietDonvitinh(); Handling.FormHandling.PreventFormMultipleTimes(f1, "Đơn vị tính"); }