예제 #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();
        }