示例#1
0
文件: Form1.cs 项目: vebin/NewPOS
        private void salesSummaryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            summarytxns pf1 = new summarytxns();

            pf1.Show();
        }
示例#2
0
文件: Form1.cs 项目: vebin/NewPOS
        private void summary2_Click(object sender, EventArgs e)
        {
            summarytxns pf1 = new summarytxns();

            pf1.Show();
        }