示例#1
0
        private void DoChangeToMacroDetail(object state)
        {
            GuiWidget macroDetailWidget = new MacroDetailWidget(this);

            this.RemoveAllChildren();
            this.AddChild(macroDetailWidget);
            this.Invalidate();
        }
		private void DoChangeToMacroDetail()
		{
			GuiWidget macroDetailWidget = new MacroDetailWidget(this);
			this.RemoveAllChildren();
			this.AddChild(macroDetailWidget);
			this.Invalidate();
		}