Exemple #1
0
 public void Init()
 {
     TableUtils.DropTable("ip_geopoint");
     TableUtils.CreateIpGeoTable();
     TableUtils.InsertIntoIpGeoTable();
 }