Ejemplo n.º 1
0
		public void DoChangeToChoosePrinter(object state)
        {
            GuiWidget chooseConnectionWidget = new ChooseConnectionWidget(this, this, this.editMode);
            this.RemoveAllChildren();
            this.AddChild(chooseConnectionWidget);
            this.Invalidate();
        }
Ejemplo n.º 2
0
        public void DoChangeToChoosePrinter(object state)
        {
            GuiWidget chooseConnectionWidget = new ChooseConnectionWidget(this, this, this.editMode);

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