Ejemplo n.º 1
0
 private void fillCBJustification()
 {
     allJustifications.Clear();
     allJustifications           = justificationControl.getAllJustifications();
     CBJustification.ItemsSource = allJustifications;
 }
 public void fillGridJustification()
 {
     JustificationList        = CollectionViewSource.GetDefaultView(justificationControl.getAllJustifications());
     JustificationList.Filter = new Predicate <object>(Filter);
 }