Пример #1
0
 protected L10NSimple(ITranslateField <string> other)
 {
     En = other.En;
     Es = other.Es;
     Ru = other.Ru;
 }
Пример #2
0
 public L10NSimple CreateNew(ITranslateField <string> other)
 {
     return(new L10NSimple(other));
 }