コード例 #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();
        }