コード例 #1
0
 private void RateNumeric_ValueChanged(object sender, EventArgs e)
 {
     ProcessController.Speed((int)rateNumeric.Value);
 }