Esempio n. 1
0
 public ThemeForm()
 {
     InitializeComponent();
     ThemeUtil.Apply(this);
 }
Esempio n. 2
0
 public ThemeForm()
 {
     componentsLayout();
     ThemeUtil.Apply(this);
 }