예제 #1
0
 private AsyncMultiActionsWindow()
 {
     this._actions = AsyncHelper.CreateObservableActions();
     this._actions.FirstActionStarted += new EventHandler(Actions_Started);
     this._actions.LastActionEnded += new EventHandler(Actions_Ended);
 }
예제 #2
0
 private AsyncMultiActionsWindow()
 {
     this._actions = AsyncHelper.CreateObservableActions();
     this._actions.FirstActionStarted += new EventHandler(Actions_Started);
     this._actions.LastActionEnded    += new EventHandler(Actions_Ended);
 }