Exemplo n.º 1
0
 public static void publishHtml(string toDeivce, string html)
 {
     if (theWebComm != null)
     {
         theWebComm.publishHtmlForMobile(toDeivce, html);
     }
 }