示例#1
0
 internal Song(UrlInfo ui)
 {
     Debug.Assert(ui != null && ui.annotations != null && ui.annotations.Length > 0);
     Author = ui.annotations[0].author;
     Album = ui.annotations[0].album;
     Pic = ui.annotations[0].pic;
     UrlShort = ui.url_short;
     Title = ui.topic();
 }
示例#2
0
 public void assign(UrlInfo ui)
 {
     _data = ui;
 }