Exemplo n.º 1
0
 public WorkFlowEvent()
 {
     CommandCollection           = new CommandCollection();
     Properties                  = new CustomPropertyCollection();
     Properties.PropertyChanged += Properties_PropertyChanged;
 }
Exemplo n.º 2
0
 public WorkFlowEvent()
 {
     CommandCollection = new CommandCollection();
     Properties        = new CustomPropertyCollection();
 }