private void listInvoiceShow(object sender, EventArgs e) { var frm = new FrmListBoundGrid(); CheckExistingForm(frm); }
public void invoices_Show(object sender, EventArgs e) { var frm = new FrmListBoundGrid(); CheckExistingForm(frm); }