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