MCLawl.Group.fillCommands C# (CSharp) Méthode

fillCommands() public méthode

public fillCommands ( ) : void
Résultat void
        public void fillCommands()
        {
            CommandList _commands = new CommandList();
            GrpCommands.AddCommands(out _commands, Permission);
            commands = _commands;
        }