Пример #1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            AllThemes.FillThemes();
            Application.Run(new MainForm());
        }
Пример #2
0
 private void button5_Click(object sender, EventArgs e)
 {
     new AddTheme().ShowDialog();
     AllThemes.FillThemes();
     comboBox1_SelectedIndexChanged(sender, e);
 }