Exemplo n.º 1
0
        public override void PlayBeep(bool highPitch)
        {
            if (PassSound)
            {
                side.PlayBeep(highPitch);
            }

            base.PlayBeep(highPitch);
        }
Exemplo n.º 2
0
 public virtual void PlayBeep(bool highPitch)
 {
     next.PlayBeep(highPitch);
 }