private void LoadKeys(Dictionary> dictionary, string FileName) { string line = System.String.Empty; using (
public void ColorText(RichTextBox box, Color color) { box.Select(start, 5); box.SelectionColor = color; }