Exemplo n.º 1
0
 public void CopyNoAssignment(IRow source, IRow target)
 {
     Copy(source, target);
     target.ClearAssignment(this);
 }