public static void UpdateMainTile() { var cashFlow = StatisticLogic.GetMonthlyCashFlow(); ServiceLocator.Current.GetInstance <IUserNotification>() .UpdateMainTile(cashFlow[0].Label, cashFlow[1].Label, cashFlow[2].Label); }
public void SetCustomCashFlow() { MonthlyCashFlow = StatisticLogic.GetMonthlyCashFlow(StartDate, EndDate); }
public void SetDefaultCashFlow() { MonthlyCashFlow = StatisticLogic.GetMonthlyCashFlow(); }