private void braille(string output) { if (Properties.Settings.Default.OutputBraille) { Tolk.Braille(output); } }