public void RemoveJantriRow(JantriRow row) { this.Rows.Remove(row); }
public JantriRowChangeEvent(JantriRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddJantriRow(JantriRow row) { this.Rows.Add(row); }