コード例 #1
0
ファイル: City.cs プロジェクト: carolacasais/Developing-Views
 public City(string country, string cityName, string timeZone, CityPopulation population)
 {
     Country    = country;
     Name       = cityName;
     TimeZone   = timeZone;
     Population = population;
 }
コード例 #2
0
 public City(string country, string cityName, string timeZone, CityPopulation population)
 {
 }