private void Refresha() { CreatInvoiceForm cIF = new CreatInvoiceForm(); cIF.ShowDialog(); }
private void creatInvoiceBtn_Click(object sender, EventArgs e) { CreatInvoiceForm form = new CreatInvoiceForm(); form.ShowDialog(); }