public void RemoveuiNameRow(uiNameRow row) { this.Rows.Remove(row); }
public uiNameRowChangeEvent(uiNameRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AdduiNameRow(uiNameRow row) { this.Rows.Add(row); }