private void undoEditMenu_Click(object sender, EventArgs e) { textBox.SetText(editOperations.CallUndo()); UpdateFormTitle(); }