private void DoChangeToAddPrinter()
		{
			GuiWidget addConnectionWidget = new SetupStepMakeModelName(this, this);
			this.RemoveAllChildren();
			this.AddChild(addConnectionWidget);
			this.Invalidate();
		}
Example #2
0
        private void DoChangeToAddPrinter(object state)
        {
            GuiWidget addConnectionWidget = new SetupStepMakeModelName(this, this);

            this.RemoveAllChildren();
            this.AddChild(addConnectionWidget);
            this.Invalidate();
        }