public WorkFlowEvent()
 {
     CommandCollection           = new CommandCollection();
     Properties                  = new CustomPropertyCollection();
     Properties.PropertyChanged += Properties_PropertyChanged;
 }
Beispiel #2
0
 public WorkFlowEvent()
 {
     CommandCollection = new CommandCollection();
     Properties        = new CustomPropertyCollection();
 }