Exemplo n.º 1
0
        private void LabelInvoices_Click(object sender, EventArgs e)
        {
            ReportingInvoice ReportingInvoiceObj = new ReportingInvoice();

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

            ReportingInvoiceObj.ShowDialog();
        }