Пример #1
0
 public DeferHelper(CollectionViewSource target)
 {
     _target = target;
     _target.BeginDefer();
 }