当前位置: 首页>>代码示例>>C#>>正文


C# Weather.Country类代码示例

本文整理汇总了C#中Desklet.Weather.Country的典型用法代码示例。如果您正苦于以下问题:C# Country类的具体用法?C# Country怎么用?C# Country使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。


Country类属于Desklet.Weather命名空间,在下文中一共展示了Country类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。

示例1: Country_1

 private void Country_1() {
     this.curCountry = new Country("United Arab Emirates", 6);
     this.curCountry.Add(new Location("Abu Dhabi", "OMAA", "24-26N 054-39E"));
     this.curCountry.Add(new Location("Al Ain", "OMAL", "24-16N 055-36E"));
     this.curCountry.Add(new Location("Dubai", "OMDB", "25-15N 055-20E"));
     this.curCountry.Add(new Location("Fujairah", "OMFJ", "25-06N 056-20E"));
     this.curCountry.Add(new Location("Ras Al Khaimah", "OMRK", "25-37N 055-56E"));
     this.curCountry.Add(new Location("Sharjah", "OMSJ", "25-20N 055-31E"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:9,代码来源:LocationsGenerated.cs

示例2: Country_4

 private void Country_4() {
     this.curCountry = new Country("Yemen", 9);
     this.curCountry.Add(new Location("Aden", "OYAA", "12-40N 045-02E"));
     this.curCountry.Add(new Location("Ataq", "OYAT", "14-31N 046-51E"));
     this.curCountry.Add(new Location("Hodeidah", "OYHD", "14-45N 042-59E"));
     this.curCountry.Add(new Location("Marib", "OYMB", "15-26N 045-20E"));
     this.curCountry.Add(new Location("Sa'Ada/Sadah", "OYSH", "16-58N 043-44E"));
     this.curCountry.Add(new Location("Sana'A", "OYSN", "15-31N 044-11E"));
     this.curCountry.Add(new Location("Sayun", "OYSY", "15-58N 048-48E"));
     this.curCountry.Add(new Location("Socotra", "OYSQ", "12-38N 053-54E"));
     this.curCountry.Add(new Location("Taiz", "OYTZ", "13-41N 044-08E"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:12,代码来源:LocationsGenerated.cs

示例3: Country_181

 private void Country_181() {
     this.curCountry = new Country("Saint Lucia", 2);
     this.curCountry.Add(new Location("Hewanorra", "TLPL", "13-45N 060-57W"));
     this.curCountry.Add(new Location("Vigie", "TLPC", "14-01N 061-00W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:5,代码来源:LocationsGenerated.cs

示例4: Country_206

 private void Country_206() {
     this.curCountry = new Country("Antarctica", 3);
     this.curCountry.Add(new Location("Amundsen-Scott South Pole Station", "NZSP", "90-00S 00-00"));
     this.curCountry.Add(new Location("Ice Runway", "NZIR", "77-52S 166-32E"));
     this.curCountry.Add(new Location("Williams Field", "NZCM", "77-52S 166-58E"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:6,代码来源:LocationsGenerated.cs

示例5: Country_204

 private void Country_204() {
     this.curCountry = new Country("Barbados", 1);
     this.curCountry.Add(new Location("Grantley Adams", "TBPB", "13-04N 059-29W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:4,代码来源:LocationsGenerated.cs

示例6: Country_202

 private void Country_202() {
     this.curCountry = new Country("Saint Helena", 1);
     this.curCountry.Add(new Location("Wide Awake Field Ascension Island", "FHAW", "07-58S 014-24W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:4,代码来源:LocationsGenerated.cs

示例7: Country_200

 private void Country_200() {
     this.curCountry = new Country("Greenland", 7);
     this.curCountry.Add(new Location("Constable Pynt", "BGCO", "70-45N 022-39W"));
     this.curCountry.Add(new Location("Godthaab / Nuuk", "BGGH", "64-10N 051-45W"));
     this.curCountry.Add(new Location("Jacobshavn Lufthavn", "BGJN", "69-14N 051-04W"));
     this.curCountry.Add(new Location("Kulusuk Lufthavn", "BGKK", "65-35N 037-09W"));
     this.curCountry.Add(new Location("Narsarsuaq", "BGBW", "61-10N 045-25W"));
     this.curCountry.Add(new Location("Sdr Stroemfjord", "BGSF", "67-01N 050-42W"));
     this.curCountry.Add(new Location("Thule A. B.", "BGTL", "76-32N 068-45W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:10,代码来源:LocationsGenerated.cs

示例8: Country_198

 private void Country_198() {
     this.curCountry = new Country("Antigua and Barbuda", 2);
     this.curCountry.Add(new Location("Antigua", "TAPA", "17-07N 061-47W"));
     this.curCountry.Add(new Location("Charlestown/Newcast", "TKPN", "17-12N 062-35W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:5,代码来源:LocationsGenerated.cs

示例9: Country_188

 private void Country_188() {
     this.curCountry = new Country("Ecuador", 4);
     this.curCountry.Add(new Location("Guayaquil/Simón Bolívar", "SEGU", "02-09S 079-53W"));
     this.curCountry.Add(new Location("Latacunga", "SELT", "00-55S 078-37W"));
     this.curCountry.Add(new Location("Manta", "SEMT", "00-57S 080-41W"));
     this.curCountry.Add(new Location("Quito/Mariscal Sucre", "SEQU", "00-09S 078-29W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:7,代码来源:LocationsGenerated.cs

示例10: Country_187

 private void Country_187() {
     this.curCountry = new Country("Colombia", 27);
     this.curCountry.Add(new Location("Apartado/Los Cedros", "SKLC", "07-49N 076-42W"));
     this.curCountry.Add(new Location("Arauca/Santiago Pérez", "SKUC", "07-04N 070-44W"));
     this.curCountry.Add(new Location("Armenia/El Eden", "SKAR", "04-30N 075-43W"));
     this.curCountry.Add(new Location("Barrancabermeja/Yariguies", "SKEJ", "07-01N 073-48W"));
     this.curCountry.Add(new Location("Barranquilla/Ernesto Cortissoz", "SKBQ", "10-53N 074-47W"));
     this.curCountry.Add(new Location("Bogota/Eldorado", "SKBO", "04-43N 074-09W"));
     this.curCountry.Add(new Location("Bucaramanga/Palonegro", "SKBG", "07-06N 073-12W"));
     this.curCountry.Add(new Location("Cali/Alfonso Bonilla Aragón", "SKCL", "03-33N 076-23W"));
     this.curCountry.Add(new Location("Cartagena/Rafael Nuñez", "SKCG", "10-27N 075-31W"));
     this.curCountry.Add(new Location("Cucuta/Camilo Daza", "SKCC", "07-56N 072-31W"));
     this.curCountry.Add(new Location("Ibague/Perales", "SKIB", "04-26N 075-09W"));
     this.curCountry.Add(new Location("Ipiales/San Luis", "SKIP", "00-49N 077-38W"));
     this.curCountry.Add(new Location("Leticia/Vásquez Cobo", "SKLT", "04-10S 069-57W"));
     this.curCountry.Add(new Location("Medellín/Olaya Herrera", "SKMD", "06-13N 075-36W"));
     this.curCountry.Add(new Location("Monteria/Los Garzones", "SKMR", "08-49N 075-51W"));
     this.curCountry.Add(new Location("Neiva/Benito Salas", "SKNV", "02-58N 075-18W"));
     this.curCountry.Add(new Location("Pasto/Antonio Narin", "SKPS", "01-25N 077-16W"));
     this.curCountry.Add(new Location("Pereira/Matecana", "SKPE", "04-49N 075-44W"));
     this.curCountry.Add(new Location("Providencia Isla/El Embrujo", "SKPV", "13-22N 081-21W"));
     this.curCountry.Add(new Location("Puerto Carreno/A. Guauquea", "SKPC", "06-10N 067-30W"));
     this.curCountry.Add(new Location("Quibdo/El Carano", "SKUI", "05-43N 076-37W"));
     this.curCountry.Add(new Location("Riohacha/Almirante Padilla", "SKRH", "11-32N 072-56W"));
     this.curCountry.Add(new Location("Rionegro/J. M. Cordova", "SKRG", "06-08N 075-26W"));
     this.curCountry.Add(new Location("San Andrés Isla/Sesquicentenario", "SKSP", "12-35N 081-43W"));
     this.curCountry.Add(new Location("Santa Marta/Simón Bolívar", "SKSM", "11-08N 074-14W"));
     this.curCountry.Add(new Location("Valledupar/Alfonso López", "SKVP", "10-26N 073-15W"));
     this.curCountry.Add(new Location("Villavicencio/Vanguardia", "SKVV", "04-10N 073-37W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:30,代码来源:LocationsGenerated.cs

示例11: Country_186

 private void Country_186() {
     this.curCountry = new Country("Chile", 13);
     this.curCountry.Add(new Location("Antofagasta", "SCFA", "23-26S 070-26W"));
     this.curCountry.Add(new Location("Arica", "SCAR", "18-20S 070-20W"));
     this.curCountry.Add(new Location("Balmaceda", "SCBA", "45-55S 071-41W"));
     this.curCountry.Add(new Location("Chillán", "SCCH", "36-34S 072-02W"));
     this.curCountry.Add(new Location("Concepción", "SCIE", "36-46S 073-03W"));
     this.curCountry.Add(new Location("Iquique/Diego Arac", "SCDA", "20-32S 070-11W"));
     this.curCountry.Add(new Location("Isla De Pascua", "SCIP", "27-09S 109-25W"));
     this.curCountry.Add(new Location("La Serena", "SCSE", "29-54S 071-12W"));
     this.curCountry.Add(new Location("Pudahuel", "SCEL", "33-23S 070-47W"));
     this.curCountry.Add(new Location("Puerto Montt", "SCTE", "41-25S 073-05W"));
     this.curCountry.Add(new Location("Punta Arenas", "SCCI", "53-00S 070-51W"));
     this.curCountry.Add(new Location("Temuco", "SCTC", "38-45S 072-38W"));
     this.curCountry.Add(new Location("Valdivia", "SCVD", "39-37S 073-05W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:16,代码来源:LocationsGenerated.cs

示例12: Country_185

 private void Country_185() {
     this.curCountry = new Country("Bolivia", 30);
     this.curCountry.Add(new Location("Ascensión De Guarayos", "SLAS", "15-43S 063-06W"));
     this.curCountry.Add(new Location("Camiri", "SLCA", "20-00S 063-32W"));
     this.curCountry.Add(new Location("Charana", "SLCN", "17-35S 069-36W"));
     this.curCountry.Add(new Location("Cobija", "SLCO", "11-02S 068-47W"));
     this.curCountry.Add(new Location("Cochabamba", "SLCB", "17-25S 066-11W"));
     this.curCountry.Add(new Location("Concepción", "SLCP", "16-09S 062-01W"));
     this.curCountry.Add(new Location("Guayaramerin", "SLGY", "10-49S 065-21W"));
     this.curCountry.Add(new Location("La Paz/Alto", "SLLP", "16-31S 068-11W"));
     this.curCountry.Add(new Location("Magdalena", "SLMG", "13-20S 064-07W"));
     this.curCountry.Add(new Location("Oruro", "SLOR", "17-58S 067-04W"));
     this.curCountry.Add(new Location("Potosí", "SLPO", "19-33S 065-44W"));
     this.curCountry.Add(new Location("Puerto Suárez", "SLPS", "18-59S 057-49W"));
     this.curCountry.Add(new Location("Reyes", "SLRY", "14-19S 067-23W"));
     this.curCountry.Add(new Location("Riberalta", "SLRI", "11-00S 066-07W"));
     this.curCountry.Add(new Location("Robore", "SLRB", "18-19S 059-46W"));
     this.curCountry.Add(new Location("Rurrenabaque", "SLRQ", "14-28S 067-34W"));
     this.curCountry.Add(new Location("San Borja", "SLSB", "14-52S 066-52W"));
     this.curCountry.Add(new Location("San Ignacio De Moxos", "SLSM", "14-55S 065-36W"));
     this.curCountry.Add(new Location("San Ignacio De Velasco", "SLSI", "16-23S 060-58W"));
     this.curCountry.Add(new Location("San Javier", "SLJV", "16-16S 062-28W"));
     this.curCountry.Add(new Location("San Joaquín", "SLJO", "13-04S 064-49W"));
     this.curCountry.Add(new Location("San Jose De Chiquitos", "SLJE", "17-48S 060-44W"));
     this.curCountry.Add(new Location("Santa Ana", "SLSA", "13-46S 065-26W"));
     this.curCountry.Add(new Location("Santa Cruz/El Trompillo", "SLET", "17-48S 063-11W"));
     this.curCountry.Add(new Location("Sucre", "SLSU", "19-01S 065-18W"));
     this.curCountry.Add(new Location("Tarija", "SLTJ", "21-33S 064-42W"));
     this.curCountry.Add(new Location("Trinidad", "SLTR", "14-49S 064-55W"));
     this.curCountry.Add(new Location("Villamontes", "SLVM", "21-15S 063-27W"));
     this.curCountry.Add(new Location("Viru-Viru", "SLVR", "17-38S 063-08W"));
     this.curCountry.Add(new Location("Yacuiba", "SLYA", "21-57S 063-39W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:33,代码来源:LocationsGenerated.cs

示例13: Country_184

 private void Country_184() {
     this.curCountry = new Country("Turks and Caicos Islands", 1);
     this.curCountry.Add(new Location("Providenciales", "MBPV", "21-46-25N 072-15-57W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:4,代码来源:LocationsGenerated.cs

示例14: Country_183

 private void Country_183() {
     this.curCountry = new Country("Trinidad and Tobago", 2);
     this.curCountry.Add(new Location("Crown Pt./ Scarborou", "TTCP", "11-09N 060-51W"));
     this.curCountry.Add(new Location("Trinidad", "TTPP", "10-37N 061-21W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:5,代码来源:LocationsGenerated.cs

示例15: Country_182

 private void Country_182() {
     this.curCountry = new Country("Saint Vincent and the Grenadines", 1);
     this.curCountry.Add(new Location("Arnos Vale", "TVSV", "13-08N 061-12W"));
 }
开发者ID:dfr0,项目名称:moon,代码行数:4,代码来源:LocationsGenerated.cs


注:本文中的Desklet.Weather.Country类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。