private void LabelInvoices_Click(object sender, EventArgs e) { ReportingInvoice ReportingInvoiceObj = new ReportingInvoice(); ReportingInvoiceObj.ShowDialog(); }
private void invoicesToolStripMenuItem_Click(object sender, EventArgs e) { ReportingInvoice ReportingInvoiceObj = new ReportingInvoice(); ReportingInvoiceObj.ShowDialog(); }