Esempio n. 1
0
 /// <summary>
 /// Load the current version details from the Internet
 /// Then check the version of the engine against it.
 /// </summary>
 private void BuscarVersion(object target)
 {
     try {
         mLastVersion = VersionData.GetLastVersion();
         picNewVersion.Invoke(new SimpleHandler(MostrarVersion));
     }
     catch {}
 }