Beispiel #1
0
        public void SetNextLoop()
        {
            iLoop = iLoop.GetNext();

            if (Library.Current.IsForeground)
            {
                BackgroundCommunicator.SendLoop(this);
                UpdateLoopIcon();
            }
        }