public void RemovePERSONASRow(PERSONASRow row) { this.Rows.Remove(row); }
public PERSONASRowChangeEvent(PERSONASRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddPERSONASRow(PERSONASRow row) { this.Rows.Add(row); }