Esempio n. 1
0
 void OnClickUndo(object sender, EventArgs e)
 {
     parent.Undo();
     parent.TextArea.Focus();
 }