public void SetMutesForLearningOnly(IMute form) { form.MuteAnswer = currentDictionary.IsEnglishTo; form.MuteQuestion = currentDictionary.IsEnglishFrom; }
public void SetMutes(IMute form) { form.MuteAnswer = currentDictionary.IsEnglishFrom; form.MuteQuestion = currentDictionary.IsEnglishTo; }