Exemple #1
0
        public Wire W1, W2, W3;//w2 - left power/ground, w3 - right power/ground

        private void constructor()
        {
            Logics          = new Logics.CapacitorLogics();
            Graphics        = new Graphics.CapacitorGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.CapacitorProperties();
        }
Exemple #2
0
        private void constructor()
        {
            Logics = new Logics.CapacitorLogics();
            Graphics = new Graphics.CapacitorGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.CapacitorProperties();
        }