Exemplo n.º 1
0
        public string GetCurrentRedoActionMsg()
        {
            if (undoRedoService == null)
            {
                throw new InvalidOperationException("the undoRedoService is not initiated");
            }

            return(undoRedoService.GetCurrentRedoActionMsg());
        }