Ejemplo n.º 1
0
 protected void TriggerUpdating(UpdateSegment segment, UpdateError err, string msg, float percent)
 {
     if (OnUpdating != null)
     {
         OnUpdating(segment, err, msg, percent);
     }
 }
Ejemplo n.º 2
0
 public void Update(uint price, int change) => UpdateSegment(1, (0, MaxValue), price, change);