Esempio n. 1
0
 public void SetMutesForLearningOnly(IMute form)
 {
     form.MuteAnswer   = currentDictionary.IsEnglishTo;
     form.MuteQuestion = currentDictionary.IsEnglishFrom;
 }
Esempio n. 2
0
 public void SetMutes(IMute form)
 {
     form.MuteAnswer   = currentDictionary.IsEnglishFrom;
     form.MuteQuestion = currentDictionary.IsEnglishTo;
 }