コード例 #1
0
 public EmptyPresentationEvent()
 {
     this._innerEvent        = new PubSubEvent <Object>();
     this._subscriberActions = new Dictionary <Action, Action <Object> >();
 }
コード例 #2
0
 public EmptyPresentationEvent()
 {
     _innerEvent        = new PubSubEvent <object>();
     _subscriberActions = new Dictionary <Action, Action <object> >();
 }