public void Removeste_clinaturalRow(ste_clinaturalRow row) { this.Rows.Remove(row); }
public ste_clinaturalRowChangeEvent(ste_clinaturalRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Addste_clinaturalRow(ste_clinaturalRow row) { this.Rows.Add(row); }