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

DoubanFMClient() public method

Initializes a new instance of the DoubanFMClient class.
public DoubanFMClient ( ) : System.Collections.Generic
return System.Collections.Generic
        public DoubanFMClient()
        {
            _history = new PlayHistory();
            _playlist = new Queue<Song>();
            LoadLastChannel();
        }