Exemplo n.º 1
0
        private void InitializeBasics()
        {
            headlineBox        = new GroovyRichTextBox();
            headlineBox.Parent = this;

            headerBoxes = new List <KeyValuePair <TextBox, TextBox> >();

            bodyBox        = new GroovyRichTextBox();
            bodyBox.Parent = this;
        }
Exemplo n.º 2
0
        private void InitializeBasics()
        {
            headlineBox = new GroovyRichTextBox();
            headlineBox.Parent = this;

            headerBoxes = new List<KeyValuePair<TextBox, TextBox>>();

            bodyBox = new GroovyRichTextBox();
            bodyBox.Parent = this;
        }