Ejemplo n.º 1
0
 private void AddElement(string value = Value, float duration = Duration)
 {
     _timedList.Add(value, duration);
 }
Ejemplo n.º 2
0
 public void RecordInput(RecordedInput recorded)
 {
     _timedList.Add(recorded.Data, recorded.Duration);
 }