Ejemplo n.º 1
0
 internal void SetPowerHistory(List <IPowerHistoryEntry> powerHistoryEntries)
 {
     powerHistoryEntries.ForEach(p => HistoryEntries.Enqueue(p));
     CallPowerHistory();
 }