public void AddvillagemasterAdministratorRow(villagemasterAdministratorRow row) { this.Rows.Add(row); }
public void RemovevillagemasterAdministratorRow(villagemasterAdministratorRow row) { this.Rows.Remove(row); }
public villagemasterAdministratorRowChangeEvent(villagemasterAdministratorRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }