Ejemplo n.º 1
0
 private Translation(ResourceManager resourceManager, string key, ErrorHandling errorHandling = ErrorHandling.Inherit)
 {
     this.resourceManager   = resourceManager;
     this.Key               = key;
     this.ErrorHandling     = errorHandling;
     this.cachedTranslation = new CachedTranslation(this);
 }
Ejemplo n.º 2
0
 private Translation(ResourceManager resourceManager, string key, ErrorHandling errorHandling = ErrorHandling.Inherit)
 {
     this.resourceManager = resourceManager;
     this.key = key;
     this.errorHandling = errorHandling;
     this.cachedTranslation = new CachedTranslation(this);
 }