case 3649

This commit is contained in:
2018-08-22 23:11:19 +00:00
parent 610964d4b3
commit c0fa396b65
8 changed files with 29 additions and 18 deletions

View File

@@ -840,7 +840,7 @@ namespace AyaNova
private void btnCountryCode_Click(object sender, System.EventArgs e)
{
//case 1039 //log.Debug("btnCountryCode_Click");
Util.OpenWebURL("http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html");
Util.OpenWebURL("https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2");
}