Ejemplo n.º 1
0
 private AsyncMultiActionsWindow()
 {
     this._actions = AsyncHelper.CreateObservableActions();
     this._actions.FirstActionStarted += new EventHandler(Actions_Started);
     this._actions.LastActionEnded += new EventHandler(Actions_Ended);
 }
Ejemplo n.º 2
0
 private AsyncMultiActionsWindow()
 {
     this._actions = AsyncHelper.CreateObservableActions();
     this._actions.FirstActionStarted += new EventHandler(Actions_Started);
     this._actions.LastActionEnded    += new EventHandler(Actions_Ended);
 }