Exemplo n.º 1
0
        protected override void OnPlaybackStopped()
        {
#if NETFX_CORE
            _mouseService.RestoreMouse();
#endif
            base.OnPlaybackStopped();
        }
 private void OnPlaybackStopped()
 {
     if (Locator.NavigationService.CurrentPage != VLCPage.VideoPlayerPage)
     {
         return;
     }
     privateDisplayCall(false);
     _mouseService.RestoreMouse();
 }