Ejemplo n.º 1
0
 public void ResetDowntime()
 {
     downtimeForResourceId = Guid.Empty;
     if (downtimes != null)
     {
         downtimes.Clear();
     }
 }