Пример #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
        protected void constructor()
        {
            Logics = new Logics.MotorLogics();
            Graphics = new Graphics.MotorGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            ToolTip = new GUI.MotorProperties();
        }