private void InitializeBasics() { headlineBox = new GroovyRichTextBox(); headlineBox.Parent = this; headerBoxes = new List <KeyValuePair <TextBox, TextBox> >(); bodyBox = new GroovyRichTextBox(); bodyBox.Parent = this; }
private void InitializeBasics() { headlineBox = new GroovyRichTextBox(); headlineBox.Parent = this; headerBoxes = new List<KeyValuePair<TextBox, TextBox>>(); bodyBox = new GroovyRichTextBox(); bodyBox.Parent = this; }