コード例 #1
0
 public TextEntryContext(PageContext parent, TextEntryJson textEntry, Action <TextEntryTranslation> saveTranslation)
 {
     this.parent          = parent;
     this.saveTranslation = saveTranslation;
     this.translation     = new TextEntryTranslation(textEntry);
 }
 internal TextEntryTranslation(TextEntryJson json)
 {
     this.json = json;
 }