示例#1
0
        private void CashierReportButton_Click(object sender, EventArgs e)
        {
            ReportRequestForm reportForm = new ReportRequestForm {
                connectionString = this.connectionString
            };

            reportForm.ShowDialog();
        }
示例#2
0
        private void KassaReportMenuItem_Click(object sender, EventArgs e)
        {
            ReportRequestForm reportForm = new ReportRequestForm {
                connectionString = this.connectionString
            };

            reportForm.ShowDialog();
        }