コード例 #1
0
        static public void Execute(IVocabularyWindow owner, Theme theme)
        {
            ICommand command = new ColumnsDialogCommand(owner, theme);

            command.Execute(owner);
        }
コード例 #2
0
 void menuColumns_Click(object sender, EventArgs e)
 {
     ColumnsDialogCommand.Execute(this, host.CurrentTheme);
 }