Exemplo n.º 1
0
        private void Refresha()
        {
            CreatInvoiceForm cIF = new CreatInvoiceForm();

            cIF.ShowDialog();
        }
Exemplo n.º 2
0
        private void creatInvoiceBtn_Click(object sender, EventArgs e)
        {
            CreatInvoiceForm form = new CreatInvoiceForm();

            form.ShowDialog();
        }