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();
        }