public ThemeForm() { InitializeComponent(); Theme.Add(this); Load += new EventHandler(ThemeForm_Load); }