public void SetText(String text) { textBuffer = TextUtils.RemoveTextBetween(text, '{', '}'); }
//Reads text from the config file public void LoadText(string section, string variable) { textBuffer += configFile.GetPropertyAsString(section, variable, ""); textBuffer = TextUtils.RemoveTextBetween(textBuffer, '{', '}'); }