Exemplo n.º 1
0
 public void SetDestination(IObj2D destination)
 {
     _destination = destination;
 }
Exemplo n.º 2
0
 public void SetSource(IObj2D source)
 {
     _source = source;
 }