private void DoChangeToMacroList(object state) { GuiWidget macroListWidget = new MacroListWidget(this); this.RemoveAllChildren(); this.AddChild(macroListWidget); this.Invalidate(); }
private void DoChangeToMacroList() { GuiWidget macroListWidget = new MacroListWidget(this); this.RemoveAllChildren(); this.AddChild(macroListWidget); this.Invalidate(); }