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

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

            tpf.Show();
        }