Esempio n. 1
0
 public bool WGIsPlatformInstalled(ePlatform platform)
 {
     return(AndroidConnector.IsPlatformInstalled((int)platform));
 }