Ejemplo n.º 1
0
 public void RemoveFilterCoefficientsRow(JcwReportDataRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 2
0
 public void AddJcwReportDataRow(JcwReportDataRow row)
 {
     this.Rows.Add(row);
 }