Пример #1
0
 protected void generar_siguiente_tiempo(double tiempo)
 {
     Debug.Write("Se genera un siguiente tiemo de falla");
     this._tiempo_cambio = c.T_simulacion + tiempo;
     if (this._tiempo_cambio <= c.t_max)
     {
         c.agregar_evento(this);
     }
 }