Beispiel #1
0
 private void numericWidth_ValueChanged(object sender, EventArgs e)
 {
     SubWindow.UpdateWidth((int)numericWidth.Value);
 }