Exemplo n.º 1
0
 protected void OnForceUnitChanged(UnitChangeEventArgs e)
 {
     this.ForceUnitChanged?.Invoke(this, e);
 }
Exemplo n.º 2
0
 protected void OnLengthUnitChanged(UnitChangeEventArgs e)
 {
     this.LengthUnitChanged?.Invoke(this, e);
 }
Exemplo n.º 3
0
 protected void OnMassUnitChanged(UnitChangeEventArgs e)
 {
     this.MassUnitChanged?.Invoke(this, e);
 }
Exemplo n.º 4
0
 protected void OnTimeUnitChanged(UnitChangeEventArgs e)
 {
     this.TimeUnitChanged?.Invoke(this, e);
 }