private void tsbBillImport_Click(object sender, EventArgs e) { InputProducts inputProducts = new InputProducts(); if (inputProducts.ShowDialog() == DialogResult.OK) { LoadTable(); } }
private void menuImport_Click(object sender, EventArgs e) { InputProducts input = new InputProducts(); input.ShowDialog(); }
private void nháºpHà ngToolStripMenuItem_Click(object sender, EventArgs e) { InputProducts input = new InputProducts(); input.ShowDialog(); }