예제 #1
0
 public void Init(IPAddress freeboxAddress, VLCApp vlcApp, LIRC.LIRCServer lircServer)
 {
     this.FreeboxAddress = freeboxAddress;
     this.vlcApp = vlcApp;
     this.vlcCache = new VLCCache(vlcApp);
     this.lircServer = lircServer;
 }
예제 #2
0
 public VLCCache(VLCApp vlcApp)
 {
     this.vlcApp = vlcApp;
 }
예제 #3
0
 public VLCCache(VLCApp vlcApp)
 {
     this.vlcApp = vlcApp;
 }