ChobiQ.DoubanFMAPICodePack.DoubanFMClient.DoubanFMClient C# (CSharp) 메소드

DoubanFMClient() 공개 메소드

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