Ejemplo n.º 1
0
 public PeerCountryToIcon()
 {
     try
     {
         this.goe = new Services.GeoIPCountry(System.IO.Path.Combine("./Assets", "GeoIP.dat"));
     }
     catch (Exception ex)
     {
         System.Diagnostics.Debug.WriteLine("[PeerCountryToIcon]: Unable to load GeoIP.dat file. Exception message: " + ex.Message);
     }
 }
Ejemplo n.º 2
0
 public PeerCountryToIcon()
 {
     try
     {
         this.goe = new Services.GeoIPCountry(System.IO.Path.Combine("./Assets", "GeoIP.dat"));
     }
     catch (Exception ex)
     {
         System.Diagnostics.Debug.WriteLine("[PeerCountryToIcon]: Unable to load GeoIP.dat file. Exception message: " + ex.Message);
     }
 }