Exemplo n.º 1
0
        public void SetUp()
        {
            var session = OfflineDeezerSession.WithoutAuthentication();

            _radio  = session.Library.Radio;
            _server = session.MessageHandler;
        }
Exemplo n.º 2
0
        public void SetUp()
        {
            var session = OfflineDeezerSession.WithoutAuthentication();

            _charts = session.Library.Browse.Charts;
            _server = session.MessageHandler;
        }