public Parameters(ElementTypes type, CircuitTypes circ_type)
        {
            InitializeComponent();

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

            elementType = type;
            circuitType = circ_type;
        }