Пример #1
0
 protected void InitCommands(ICommands commands)
 {
     this.commands = commands;
     commands.AddCallback(this);
 }
Пример #2
0
        public void Init()
        {
            rootCommands.AddCallback(this);

            SetupCommands();
        }