public MostrarReloj() { this.Horas = 0; this.Minutos = 0; this.Segundos = 0; this.realizar = new Realizar(); }
public MostrarCronometro() { this.Horas = 0; this.Minutos = 0; this.Segundos = 0; this.realizar = new Realizar(); }