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