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); SystemRunning = new XbmcSystem(this); Remote = new XbmcRemote(this); MpcHcRemote = new MpcHcRemote(this); ApiName = "XFJ"; }
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); MpcHcRemote = new MpcHcRemote(this); ApiName = "XFJ"; }