Exemplo n.º 1
0
 public CountryItem(Country _country, Distributor _distributor, License _license)
 {
     MagicNumber = _license.Code;
     ComboLabel  = FeatureRegister.GetCountryComboDisplay(_country, _distributor);
     LicenseCode = _license.Name;
 }