Example #1
0
        private void btnNewInvoice_Click(object sender, EventArgs e)
        {
            FrmNewInvoice newInvoiceFrm = new FrmNewInvoice();

            newInvoiceFrm.OpenForm(customer);
            if (newInvoiceFrm.invoiceAdded)
            {
                RetrieveData();
                FormatData();
            }
        }
        private void btnNewInvoice_Click(object sender, EventArgs e)
        {
            FrmNewInvoice newInvoiceFrm = new FrmNewInvoice();

            newInvoiceFrm.OpenForm(customer);
        }