コード例 #1
0
        protected void constructor()
        {
            Logics          = new Logics.MotorLogics();
            Graphics        = new Graphics.MotorGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.MotorProperties();
        }
コード例 #2
0
ファイル: Motor.cs プロジェクト: XZelnar/MicroWorld
        protected void constructor()
        {
            Logics = new Logics.MotorLogics();
            Graphics = new Graphics.MotorGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.MotorProperties();
        }