ChobiQ.DoubanFMAPICodePack.DoubanFMClient.LoadLastChannel C# (CSharp) Method

LoadLastChannel() public method

Loads last time played channel from local storage.
If no saved channel, a default channel will be applied.
public LoadLastChannel ( ) : void
return void
        public void LoadLastChannel()
        {
            CurrentChannel = StorageManager.LoadLastChannel();
        }