private void fittingsToolStripMenuItem_Click(object sender, EventArgs e) { TablePrintForm tpf = new TablePrintForm(this, dataSet1, "Fittings"); tpf.Show(); }
private void fabricToolStripMenuItem_Click(object sender, EventArgs e) { TablePrintForm tpf = new TablePrintForm(this, dataSet, "Cloths"); tpf.Show(); }