Exemplo n.º 1
0
 public static void WeightChanged(WeightChanged P)
 {
     MapObject.User.CalculateWeight();
 }
Exemplo n.º 2
0
 protected virtual void OnWeightChanged(MeasurementChangedEventArgs e)
 {
     WeightChanged?.Invoke(this, e);
 }