コード例 #1
0
 public void Removeste_clinaturalRow(ste_clinaturalRow row) {
     this.Rows.Remove(row);
 }
コード例 #2
0
 public ste_clinaturalRowChangeEvent(ste_clinaturalRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void Addste_clinaturalRow(ste_clinaturalRow row) {
     this.Rows.Add(row);
 }