public override void UpdateFromMemory() { string s = TranslationMemory.GetEntry(JapText); if (s.Length > 0) { txtEng.Text = TranslationMemory.GetEntry(JapText); } }
public override void UpdateFromMemory() { foreach (GenericTArgOpts arg in commandArgs) { if (arg.memoryStore) { int idx = commandArgs.IndexOf(arg); engs[idx].Text = TranslationMemory.GetEntry(japs[idx].Text); } } }
public override void UpdateFromMemory() { txtEng.Text = TranslationMemory.GetEntry(JapText); }