コード例 #1
0
        public string GetCurrentUndoActionMsg()
        {
            if (undoRedoService == null)
            {
                throw new InvalidOperationException("the undoRedoService is not initiated");
            }

            return(undoRedoService.GetCurrentUndoActionMsg());
        }