Пример #1
0
        //When the Settings window has closed, a new instance of the
        //main tickerWindow is called and shown, returning the program
        //to scrolling news on the screen

        public void saveSettings()
        {
            DataRoutines.saveSources(sources);
            Properties.Settings.Default.Save();
        }