コード例 #1
0
 public bool checkConnection(out string message)
 {
     return(MobileManager.checkConnection(out message));
 }