protected void InitCommands(ICommands commands) { this.commands = commands; commands.AddCallback(this); }
public void Init() { rootCommands.AddCallback(this); SetupCommands(); }