Exemplo n.º 1
0
 public IBatchEditLineTransform CopyTo(IBatchEditLineTransform newTransform)
 => newTransform
 .Select(select)
 .SetTransform(transform);
Exemplo n.º 2
0
 private void SetLine(string line)
 {
     subject = new GroupTransform(line);
 }