Код: Выделить всё
int count = Convert.ToInt32(numericUpDown1.Value); textBoxTip.Text = count.ToString();Нужен ли мне обработчик событий? Я еще не понимаю обработчиков событий.
Подробнее здесь: https://stackoverflow.com/questions/758 ... n-a-variab
Код: Выделить всё
int count = Convert.ToInt32(numericUpDown1.Value); textBoxTip.Text = count.ToString();