Exemplo n.º 1
0
 private void FillLOAGrid()
 {
     gridLOA.ItemsSource = ClsPEZAData.GetLOAlistByClientTypeYear(Convert.ToInt16(cboFilterCustomer.SelectedValue.ToString().Trim())
                                                                  , cboFilterPurpose.SelectedValue.ToString(), Convert.ToInt32(cboFilterYear.SelectedItem.ToString().Trim()));
 }