示例#1
0
 private void dteMillMonth_EditValueChanged(object sender, EventArgs e)
 {
     dteMillMonth.Value = TProductionGlobal.spinMonth(Convert.ToDecimal(dteMillMonth.EditValue));
 }