Exemple #1
0
        private void LabelInvoices_Click(object sender, EventArgs e)
        {
            ReportingInvoice ReportingInvoiceObj = new ReportingInvoice();

            ReportingInvoiceObj.ShowDialog();
        }
Exemple #2
0
        private void invoicesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReportingInvoice ReportingInvoiceObj = new ReportingInvoice();

            ReportingInvoiceObj.ShowDialog();
        }