예제 #1
0
 public void SetHandlers(PropertyChangedEventHandler PropUserChanged, NotifyCollectionChangedEventHandler NotifyCollectionChanged)
 {
     PropertyChanged += PropUserChanged;
     Projects.AddPropertyChangedEventHandler(NotifyCollectionChanged);
 }