예제 #1
0
파일: Song.cs 프로젝트: heartszhang/WeiZhi3
 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;
 }