コード例 #1
0
 private void dgvDiscountPaymentConditions_DefaultValuesNeeded(object sender, DataGridViewRowEventArgs e)
 {
     e.Row.Cells["DiscountPaymentConditionID"].Value = DiscountsManager.NextDiscountPaymentConditionID();
 }