Пример #1
0
        /// ------------------------------------------------------------------------------------
        /// <summary>
        /// Does anything needing to be done after ending the undo task (rolling back or not).
        /// </summary>
        /// ------------------------------------------------------------------------------------
        protected override void DoStuffAfterEndingTask()
        {
            UnitOfWorkService uowService = ((UndoStack)m_actionHandler).UowService;

            uowService.SetCurrentStack(m_originalHandler);
        }