Exemplo n.º 1
0
 // Mule function for incrementing the stats
 private void AccumDisplacements(ref ThreadControl oControl, double RADelta, double DecDelta)
 {
     oRAFrameSteps.Increment(RADelta);
     oRASessionSteps.Increment(RADelta);
     oDecFrameSteps.Increment(DecDelta);
     oDecSessionSteps.Increment(DecDelta);
 }