Exemplo n.º 1
0
 public static void populateCheckedListBox(LIBUtil.Desktop.UserControls.InputControl_CheckedListBox checkedlistbox, bool includeInactive)
 {
     checkedlistbox.populate(get(includeInactive, null, null, null).DefaultView, COL_STORENAME, COL_DB_ID);
 }
Exemplo n.º 2
0
 public static void populateInputControlCheckedListBox(LIBUtil.Desktop.UserControls.InputControl_CheckedListBox checkedlistbox, bool includeInactive)
 {
     checkedlistbox.populate(getByFilter(includeInactive).DefaultView, COL_DB_NAME, COL_DB_ID);
 }