Exemple #1
0
 public string GetInfoFromNative(string type, string json = "")
 {
     return(XNativeInterface.GetInfo(type, json));
 }
Exemple #2
0
 public void SendMsgToNative(string type, string json = "")
 {
     SetStatusMsg(type + " : " + json);
     XNativeInterface.SendMsg(type, json);
 }