Beispiel #1
0
        private void constructor()
        {
            Logics          = new Logics.TransistorLogics();
            Graphics        = new Graphics.TransistorGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.TransistorProperties();
        }
Beispiel #2
0
        private void constructor()
        {
            Logics = new Logics.TransistorLogics();
            Graphics = new Graphics.TransistorGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.TransistorProperties();
        }