Animatroller.Scenes.Xmas2014.Stop C# (CSharp) Method

Stop() public method

public Stop ( ) : void
return void
        public override void Stop()
        {
            soundOut.Stop();
            System.Threading.Thread.Sleep(200);
        }