Пример #1
0
 public RowCollection Import(RowCollection c)
 {
     c.Items.ForEach(v => this.Import(v.Clone()));
     return(this);
 }