Ejemplo n.º 1
0
 /// <summary>
 /// Invoke the theme editor.
 /// </summary>
 private void settingsCustomiseTheme_Click(object sender, EventArgs e)
 {
     if (_themeEditor == null)
     {
         _themeEditor = new ThemeEditor();
     }
     _themeEditor.Show();
     _themeEditor.BringToFront();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Invoke the theme editor.
 /// </summary>
 private void settingsCustomiseTheme_Click(object sender, EventArgs e)
 {
     if (_themeEditor == null)
     {
         _themeEditor = new ThemeEditor();
     }
     _themeEditor.Show();
     _themeEditor.BringToFront();
 }