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

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

            ReportingInvoiceObj.ShowDialog();
        }