Example #1
0
        private void fittingsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TablePrintForm tpf = new TablePrintForm(this, dataSet1, "Fittings");

            tpf.Show();
        }
Example #2
0
        private void fabricToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TablePrintForm tpf = new TablePrintForm(this, dataSet, "Cloths");

            tpf.Show();
        }