Ejemplo n.º 1
0
        public Parameters(ElementTypes type, CircuitTypes circ_type)
        {
            InitializeComponent();

            elementType = type;
            circuitType = circ_type;
        }
Ejemplo n.º 2
0
        public Parameters(ElementTypes type, CircuitTypes circ_type)
        {
            WindowStartupLocation = System.Windows.WindowStartupLocation.CenterScreen;
            InitializeComponent();

            elementType = type;
            circuitType = circ_type;
        }