Exemplo n.º 1
0
 private void GetNextInvoiceNo()
 {
     invObj            = new InvoiceClass();
     txtInvoiceNo.Text = invObj.GetNextInvoiceNo();
 }