Ejemplo n.º 1
0
 public ComputationalAct(ComputationalAct rhs)
 {
     _type = rhs.getActType();
 }