コード例 #1
0
 private void onLog(object sender, XbmcJsonRpcLogEventArgs e)
 {
     if (this.Log != null)
     {
         this.Log(this, e);
     }
 }
コード例 #2
0
ファイル: XBMC.cs プロジェクト: Montellese/xbmc-on-imon
 private void wrapperApi_XBMC_Log(object sender, XbmcJsonRpcLogEventArgs e)
 {
     Logging.Log("XBMC", e.Message, null);
 }
コード例 #3
0
 private void onLog(object sender, XbmcJsonRpcLogEventArgs e)
 {
     if (this.Log != null)
     {
         this.Log(this, e);
     }
 }