예제 #1
0
 public MostrarReloj()
 {
     this.Horas = 0;
     this.Minutos = 0;
     this.Segundos = 0;
     this.realizar = new Realizar();
 }
예제 #2
0
 public MostrarCronometro()
 {
     this.Horas = 0;
     this.Minutos = 0;
     this.Segundos = 0;
     this.realizar = new Realizar();
 }