Example #1
0
        public override void PlayBeep(bool highPitch)
        {
            if (PassSound)
            {
                side.PlayBeep(highPitch);
            }

            base.PlayBeep(highPitch);
        }
Example #2
0
 public virtual void PlayBeep(bool highPitch)
 {
     next.PlayBeep(highPitch);
 }