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