Exemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            var txt = FormToolService.FormatHtml(txtInput.Text, true);

            txtOutput.Text = txt;
        }
Exemplo n.º 2
0
        private void btnXml_Click(object sender, EventArgs e)
        {
            var txt = FormToolService.FormatXml(txtInput.Text);

            txtOutput.Text = txt;
        }