コード例 #1
0
ファイル: WebComm.cs プロジェクト: yaosiyan/ndn-flow
 public static void publishHtml(string toDeivce, string html)
 {
     if (theWebComm != null)
     {
         theWebComm.publishHtmlForMobile(toDeivce, html);
     }
 }