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