コード例 #1
0
ファイル: CountrySpecifics.cs プロジェクト: ViperJuice/Zandra
 public CountrySpecifics(string countryCode)
 {
     CargoDetail        = new CargoDetail();
     Errors             = new ObservableCollection <ReturnErrors>();
     GovClearanceStatus = new GovClearance();
     InCountryRoute     = new Route();
     CountryCode        = countryCode;
 }
コード例 #2
0
ファイル: CountrySpecifics.cs プロジェクト: ViperJuice/Zandra
 private CountrySpecifics()
 {
     CargoDetail        = new CargoDetail();
     Errors             = new ObservableCollection <ReturnErrors>();
     GovClearanceStatus = new GovClearance();
 }