private void Button_Click_71(object sender, RoutedEventArgs e) { TBFormula.Text += ")"; TBFormula.Focus(); TBFormula.SelectionStart = TBFormula.Text.Length; }
private void BtnRound_Click(object sender, RoutedEventArgs e) { TBFormula.Text += "round("; TBFormula.Focus(); TBFormula.SelectionStart = TBFormula.Text.Length; }