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