Exemple #1
0
        protected void CheckLightsDeformation()
        {
            LeftHeadlight.CheckLightDeformation();
            RightHeadlight.CheckLightDeformation();

            LeftTailLight.CheckLightDeformation();
            RightTailLight.CheckLightDeformation();

            LeftBrakeLight.CheckLightDeformation();
            RightBrakeLight.CheckLightDeformation();
        }