Dies ist der Code, den ich jetzt habe:
Code: Select all
int count = Convert.ToInt32(numericUpDown1.Value); textBoxTip.Text = count.ToString();
brauche ich einen Ereignishandler? Ich verstehe die Event -Handler noch nicht.
Code: Select all
int count = Convert.ToInt32(numericUpDown1.Value); textBoxTip.Text = count.ToString();