Exemplo n.º 1
0
        protected void constructor()
        {
            Logics          = new Logics.MotorLogics();
            Graphics        = new Graphics.MotorGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            ToolTip = new GUI.MotorProperties();
        }
Exemplo n.º 2
0
        protected void constructor()
        {
            Logics = new Logics.MotorLogics();
            Graphics = new Graphics.MotorGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.MotorProperties();
        }