예제 #1
0
 private Euro()
 {
     this.cantidad           = this.cantidad * Euro.getCotizacion();
     Euro.cotizRespectoDolar = 1.3642f;
 }