Ejemplo n.º 1
0
        public static void PreviousChapterOrTitle()
        {
            IPlayerContextManager playerContextManager = ServiceRegistration.Get <IPlayerContextManager>();

            if (!playerContextManager.PreviousChapter())
            {
                playerContextManager.PreviousItem();
            }
        }
        public static void Previous()
        {
            IPlayerContextManager playerContextManager = ServiceRegistration.Get <IPlayerContextManager>();

            playerContextManager.PreviousItem();
        }