Exemple #1
0
        private void OnApplicationExit(object sender, EventArgs e)
        {
            // When the application is exiting, write the application data to the
            // user file and close it.

            PodcastHandler.saveData("all");
        }
Exemple #2
0
        private void ButtonSparaKategorier_Click(object sender, EventArgs e)
        {
            PodcastHandler.saveData("cat");


            ctrl.InterfaceMessage();
        }