Beispiel #1
0
 public void RemoveintracommunitytfreightRow(intracommunitytfreightRow row)
 {
     this.Rows.Remove(row);
 }
Beispiel #2
0
 public void AddintracommunitytfreightRow(intracommunitytfreightRow row)
 {
     this.Rows.Add(row);
 }