Example #1
0
        private void pdfSalesReportButton_Click(object sender, EventArgs e)
        {
            this.Hide();
            SalesPrintForm aSalesPrintForm = new SalesPrintForm();

            aSalesPrintForm.Show();
        }
Example #2
0
        private void salesReportToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SalesPrintForm aSalesPrintForm = new SalesPrintForm();

            aSalesPrintForm.Show();
        }