Пример #1
0
        private void seasonRefreshButton_Click(object sender, EventArgs e)
        {
            if (!this.LoadingActive)
            {
                App.TrackEvent("ViewShow", "Refresh season");
                this.LoadingActive = true;
                showController.deleteSeason(this.Show, App.ShowViewModel.currentSeason);

                LoadEpisodeData();

                this.LoadingActive = false;
            }
        }