Exemplo n.º 1
0
 private void onLog(object sender, XbmcJsonRpcLogEventArgs e)
 {
     if (this.Log != null)
     {
         this.Log(this, e);
     }
 }
Exemplo n.º 2
0
 private void wrapperApi_XBMC_Log(object sender, XbmcJsonRpcLogEventArgs e)
 {
     Logging.Log("XBMC", e.Message, null);
 }
 private void onLog(object sender, XbmcJsonRpcLogEventArgs e)
 {
     if (this.Log != null)
     {
         this.Log(this, e);
     }
 }