public void SetTotal(double value) { this.total = value; if (handler != null) { handler.Invoke(value); } }
public void SetTotal(double value) { this.total = value; handler.Invoke(value); }