Ejemplo n.º 1
0
 private void KeyDown(string keyName)
 {
     Statistics.KeyDown(keyName);
     foreach (Statistics s in GetCurrentStatistics())
     {
         s.KeyDown(keyName);
     }
     UpdateFirstAndLast();
 }