Exemplo n.º 1
0
        private void btnRecordInvoice_Click(object sender, EventArgs e)
        {
            Form rec_inv_form = new record_invoice();

            rec_inv_form.Show();
        }
Exemplo n.º 2
0
        private void btnFinish_Click(object sender, EventArgs e)
        {
            Form rec_form = new record_invoice();

            this.Close();
        }