public EmptyPresentationEvent() { this._innerEvent = new PubSubEvent <Object>(); this._subscriberActions = new Dictionary <Action, Action <Object> >(); }
public EmptyPresentationEvent() { _innerEvent = new PubSubEvent <object>(); _subscriberActions = new Dictionary <Action, Action <object> >(); }