MCLawl.Group.fillCommands C# (CSharp) Метод

fillCommands() публичный Метод

public fillCommands ( ) : void
Результат void
        public void fillCommands()
        {
            CommandList _commands = new CommandList();
            GrpCommands.AddCommands(out _commands, Permission);
            commands = _commands;
        }