private void pdfSalesReportButton_Click(object sender, EventArgs e) { this.Hide(); SalesPrintForm aSalesPrintForm = new SalesPrintForm(); aSalesPrintForm.Show(); }
private void salesReportToolStripMenuItem_Click(object sender, EventArgs e) { SalesPrintForm aSalesPrintForm = new SalesPrintForm(); aSalesPrintForm.Show(); }