private void fdoImport() { if (maNhomSPId.Length == 0) { Utils.showMessage("Vui lòng chọn nhóm sản phẩm cần nhập", "Thông báo"); return; } dlg_ImportSanPham importSP = new dlg_ImportSanPham(maNhomSPId); importSP.ShowDialog(); }
private void btnImport_Click(object sender, EventArgs e) { if (maNhomSPId.Length == 0) { Utils.showMessage("Vui lòng chọn nhóm sản phẩm cần nhập", "Thông báo"); return; } dlg_ImportSanPham importSP = new dlg_ImportSanPham(maNhomSPId); importSP.ShowDialog(); }