Ejemplo n.º 1
0
        public static void UpdateMainTile()
        {
            var cashFlow = StatisticLogic.GetMonthlyCashFlow();

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