Exemplo n.º 1
0
 private void TensionGraficsUpdate(double newValue)
 {
     ff = new fff(ZedGraff);
     _data.Add(newValue);
     if (_data.Count > _capasity)
     {
         //_capasity++;
         _data.RemoveAt(0);
     }
     Invoke(ff);
 }
Exemplo n.º 2
0
 public override string ToString() => $"{Occurs:hh:MM:ss (fff)}{Message}{Source}";