public void RemoveTestSuiteInfoRow(TestSuiteInfoRow row) { this.Rows.Remove(row); }
public TestSuiteInfoRowChangeEvent(TestSuiteInfoRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddTestSuiteInfoRow(TestSuiteInfoRow row) { this.Rows.Add(row); }