예제 #1
0
 public void Unindent()
 {
     EditBox.DecreaseIndent();
 }
예제 #2
0
 private void decreaseIndentToolStripMenuItem_Click(object sender, EventArgs e)
 {
     EditBox.DecreaseIndent();
 }