コード例 #1
0
 private void AlignBlockBtn_Click(object sender, EventArgs e)
 {
     _tem.AlignBlock(EditorRtb.Lines);
     EditorRtb.Text = _tem.Text;
 }