using System; using System.Collections.Generic; using System.Text; namespace Shared.SimpleControl.Pad.Music { [System.Serializable] public class A31Song { static A31Song () { new A31Song (); } public A31Song () { songname = null; artistname = null; songid = null; } public string songname; public string artistname; public string songid; } [System.Serializable] public class A31SongList { static A31SongList () { new A31SongList (); } public A31SongList () { song = null; } public List song = new List (); } [System.Serializable] public class A31serarchSong { static A31serarchSong () { new A31serarchSong (); } public A31serarchSong () { filename = null; totlen = null; Title = null; Artist = null; Album = null; } public string filename; public string totlen; public string Title; public string Artist; public string Album; } [System.Serializable] public class A31infolist { static A31infolist () { new A31infolist (); } public A31infolist () { num = null; infolist = null; } public string num; public List infolist; } [System.Serializable] public class A31QQSong { static A31QQSong () { new A31QQSong (); } public A31QQSong () { duration = null; title = null; creator = null; album = null; } public string duration; public string title; public string creator; public string album; } [System.Serializable] public class Airable { static Airable () { new Airable (); } public Airable () { id = null; title = null; url = null; content = null; streams = null; images = null; } public object [] id; public string title; public string url; public Content content; public Airable [] streams; public ddd [] images; } [System.Serializable] public class ddd { static ddd () { new ddd (); } public ddd () { url = null; width = null; height = null; } public string url; public string width; public string height; } [System.Serializable] public class Content { static Content () { new Content (); } public Content () { entries = null; } public Airable [] entries; } }