Ejemplo n.º 1
0
        public void Switch(TransformType newType)
        {
            switcher.Text = typeNames[newType];
            transformer.SwitchTransform(newType);

            Controls.Remove(optPanel);
            Controls.Add(generator.GetPanel(newType));
        }