예제 #1
0
파일: Contract.cs 프로젝트: Dnigor/mycnew
 public void RemoveSubstitutionRow(SubstitutionRow row)
 {
     this.Rows.Remove(row);
 }
예제 #2
0
파일: Contract.cs 프로젝트: Dnigor/mycnew
 public SubstitutionRowChangeEvent(SubstitutionRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
예제 #3
0
파일: Contract.cs 프로젝트: Dnigor/mycnew
 public void AddSubstitutionRow(SubstitutionRow row)
 {
     this.Rows.Add(row);
 }