예제 #1
0
파일: Xbmc.cs 프로젝트: GroupXTech/Yatse2
 public Xbmc()
 {
     File = new XbmcFile(this);
     VideoLibrary = new XbmcVideoLibrary(this);
     AudioLibrary = new XbmcAudioLibrary(this);
     AudioPlayer = new XbmcAudioPlayer(this);
     PicturePlayer = new XbmcPicturePlayer(this);
     VideoPlayer = new XbmcVideoPlayer(this);
     Player = new XbmcPlayer(this);
     System = new XbmcSystem(this);
     Remote = new XbmcRemote(this);
     ApiName = "XHT";
 }