コード例 #1
0
ファイル: Transistor.cs プロジェクト: XZelnar/MicroWorld
        private void constructor()
        {
            Logics          = new Logics.TransistorLogics();
            Graphics        = new Graphics.TransistorGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.TransistorProperties();
        }
コード例 #2
0
ファイル: Transistor.cs プロジェクト: XZelnar/MicroWorld
        private void constructor()
        {
            Logics = new Logics.TransistorLogics();
            Graphics = new Graphics.TransistorGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.TransistorProperties();
        }