Ejemplo n.º 1
0
 private void PopulateAvailableInvoices()
 {
     gridAvailableInvoices.ItemsSource = ClsPEZAData.GetSalesInvoiceSummaryListFromCantierForPEZA8112byCustomer(Convert.ToInt16(cboCustomer.SelectedValue.ToString().Trim())).DefaultView;
 }