示例#1
0
 public YouKuCollection()
 {
     http             = new HttpHelper();
     movie_bll        = new Movie_BLL();
     player_bll       = new Player_BLL();
     douBanCollection = new DouBanCollection();
 }
示例#2
0
 public GaoQingCollection()
 {
     http             = new HttpHelper();
     movie_bll        = new Movie_BLL();
     download_bll     = new Download_BLL();
     subtitle_bll     = new Subtitle_BLL();
     douBanCollection = new DouBanCollection();
 }