Animatroller.SceneRunner.XmasScene2.EverythingOff C# (CSharp) Метод

EverythingOff() приватный Метод

private EverythingOff ( ) : void
Результат void
        private void EverythingOff()
        {
            popOutPiano.Stop();
            popOutDrums.Stop();
            popOutDrumsFast.Stop();
            popOutChord.Stop();
            popOutSolo.Stop();
            popOutSolo2.Stop();
            popOutChoir.Stop();
            popOutVoice.Stop();
            popOutVocal2.Stop();
            popOutVocalLong.Stop();
            popOutEnd.Stop();

            pulsatingEffect1.Stop();
            pulsatingEffect2.Stop();
            lightGarlandLeft.TurnOff();
            lightGarlandRight.TurnOff();
            lightIcicles.TurnOff();
            lightTreesRight.TurnOff();
            lightNetLeft.TurnOff();
            lightNetRight.TurnOff();
            lightReindeers.TurnOff();
            lightHatsRight.TurnOff();
            lightTree.TurnOff();

            lightCeiling1.TurnOff();
            lightCeiling2.TurnOff();
            lightCeiling3.TurnOff();
            lightVader.TurnOff();
        }