Beispiel #1
0
        Boolean IDocument.ExecuteCommand(String commandId, Boolean showUserInterface, String value)
        {
            var command = _context.GetCommand(commandId);

            return(command?.Execute(this, showUserInterface, value) ?? false);
        }