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

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