public void AddContainerTemplateTblRow(ContainerTemplateTblRow row) { this.Rows.Add(row); }
public void RemoveContainerTemplateTblRow(ContainerTemplateTblRow row) { this.Rows.Remove(row); }
public ContainerTemplateTblRowChangeEvent(ContainerTemplateTblRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }