예제 #1
0
        private async void NextMonthButton_Click(object sender, RoutedEventArgs e)
        {
            ActivateProgressRing();
            await Task.Delay(5);

            _storeData.NextMonth();
            SetListOfOperations();

            DeactivateProgressRing();
        }