示例#1
0
        public static void UpdateMainTile()
        {
            var cashFlow = StatisticLogic.GetMonthlyCashFlow();

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