Пример #1
0
        public void Update(object sender, StatisticNotifier.DataUpdatedEventArgs e)
        {
            StatisticNotifier notifier = (StatisticNotifier)sender;
            string            retInfo  = "";

            ShopStatisticHelper.StatisticsOrdersByNotify(notifier.RecDateUpdate, notifier.updateAction, notifier.actionDesc, out retInfo);
        }
Пример #2
0
        public void Update(object sender, StatisticNotifier.DataUpdatedEventArgs e)
        {
            StatisticNotifier statisticNotifier = (StatisticNotifier)sender;
            string            text = "";

            try
            {
                ShopStatisticHelper.StatisticsOrdersByNotify(statisticNotifier.RecDateUpdate, statisticNotifier.updateAction, statisticNotifier.actionDesc, out text);
            }
            catch (Exception var_2_2C)
            {
            }
        }