Exemplo n.º 1
0
 // Отмена последнего действия
 private void button_cancel_last_active_Click(object sender, EventArgs e)
 {
     formula = formula.CancelPrevious();
         textbox_current_formula.Text = formula.ToString();
 }