コード例 #1
0
        public void OnInitialise(string refresh)
        {
            LoadAllPeriodCompleted();
            service.LoadAll();

            LoadCurrentPeriodCompleted();
            currentPeriodService.GetCurrentPeriod();
        }