Exemplo n.º 1
0
 //ctor that only copies the square from its argument
 public Error(Square inc)
 {
     incon = inc.deepCopy();
 }