CapgeminiSurface.MenuLogo.OnContactTapGesture C# (CSharp) 메소드

OnContactTapGesture() 보호된 메소드

protected OnContactTapGesture ( ContactEventArgs e ) : void
e ContactEventArgs
리턴 void
        protected override void OnContactTapGesture(ContactEventArgs e)
        {
            var textFadeOut = (Storyboard)FindResource("TextFadeOut");

            textFadeOut.Begin();

            new ThreadedSoundPlayer(Properties.Resources.Tap).PlaySound();
        }