private AsyncMultiActionsWindow() { this._actions = AsyncHelper.CreateObservableActions(); this._actions.FirstActionStarted += new EventHandler(Actions_Started); this._actions.LastActionEnded += new EventHandler(Actions_Ended); }