Esempio n. 1
0
        private void ShortcutThemes(object sender, EventArgs e)
        {
            var shortcutThemes = new Controls.ShortcutThemeDialog(_settings);

            shortcutThemes.ShowDialog(PluginBase.MainForm);
        }
Esempio n. 2
0
 private void ShortcutThemes(object sender, EventArgs e)
 {
     var shortcutThemes = new Controls.ShortcutThemeDialog(_settings);
     shortcutThemes.ShowDialog(PluginBase.MainForm);
 }