Exemplo n.º 1
0
 /// <summary>
 /// Конструктор класса App
 /// </summary>
 public App(CurrencyProp currency, DateFormatProp dateFormat, FirstDayOfWeekProp firstDayOfWeek, DomainProp domain, LanguageProp language,
            PhoneCodeProp phoneCode, StandardLengthProp standardLength, StandardVolumeProp standardVolume, StandardWeightProp standardWeight,
            TimeZoneProp timeZone)
 {
     this.currency       = currency;
     this.dateFormat     = dateFormat;
     this.firstDayOfWeek = firstDayOfWeek;
     this.domain         = domain;
     this.language       = language;
     this.phoneCode      = phoneCode;
     this.standardLength = standardLength;
     this.standardVolume = standardVolume;
     this.standardWeight = standardWeight;
     this.timeZone       = timeZone;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Конструктор класса Application
 /// </summary>
 public Application(LanguageProp lang, DomainProp domain, FontProp font, TelephoneCodeProp telCode,
                    DecimalSeparatorProp separator, CurrencyProp currency, CapitalTimeZoneProp tz,
                    FirstDayOfTheWeekProp firstDay, MainIconProp mainIcon, IconCountryProp iconCountry)
 {
     this.lang        = lang;
     this.domain      = domain;
     this.font        = font;
     this.telCode     = telCode;
     this.separator   = separator;
     this.currency    = currency;
     this.tz          = tz;
     this.firstDay    = firstDay;
     this.mainIcon    = mainIcon;
     this.iconCountry = iconCountry;
 }