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