Пример #1
0
 private void LineLengthTrackBar_Scroll(object sender, EventArgs e)
 {
     _formLogic.ChangeLength(LineLengthTrackBar.Value * 5);
 }