コード例 #1
0
        public NepAppMediaSleepTimer(NepAppMediaPlayerManager nepAppMediaPlayerManager)
        {
            this.nepAppMediaPlayerManager = nepAppMediaPlayerManager;

            sleepTimer.Tick += SleepTimer_Tick;
        }