private void radiusBar_MouseUp(object sender, MouseEventArgs e) { SendMessage($"d-{radiusBar.Value}"); HRlabel.ResetText(); radiusBar.Value = 0; }
private void heightBar_MouseUp(object sender, MouseEventArgs e) { SendMessage($"d|{heightBar.Value}"); HRlabel.ResetText(); heightBar.Value = 0; }