private void NotifyThatSavingsNeed() { if (!initialize) { SavingsNeed?.Invoke(this, new EventArgs()); } }
private void NotifyThatSavingsNeed() { SavingsNeed?.Invoke(this, new EventArgs()); }