public void RemoveDirsDTRow(DirsDTRow row) {
     this.Rows.Remove(row);
 }
 public DirsDTRowChangeEvent(DirsDTRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddDirsDTRow(DirsDTRow row) {
     this.Rows.Add(row);
 }