示例#1
0
        private void btnEndBusiness_Click(object sender, EventArgs e)
        {
            BusinessSummaryForm businessSumPage = new BusinessSummaryForm();

            this.Hide();
            businessSumPage.ShowDialog();
            this.Close();
        }
示例#2
0
        private void btnEndDay_Click(object sender, EventArgs e)///TODO: changed later, for now i use this to test kitchen page
        {
            BusinessSummaryForm busSumPage = new BusinessSummaryForm();

            this.Hide();
            busSumPage.ShowDialog();
            this.Close();
        }