예제 #1
0
 public DefaultStringReader(ICultureProvider culture, ICultureSet set, ITranslator translator, ITranslatedCaching cache)
 {
     this.culture    = culture;
     this.set        = set;
     this.translator = translator;
     this.cache      = cache;
 }
 public DefaultStringReader(ICultureProvider culture, ICultureSet set, ITranslator translator, ITranslatedCaching cache)
 {
     this.culture = culture;
     this.set = set;
     this.translator = translator;
     this.cache = cache;
 }