Esempio n. 1
0
        /// <summary>Execute the command.</summary>
        public override void Execute()
        {
            ITemplateEditor templateEditor = HostWindow.ActiveChildForm as ITemplateEditor;

            if (templateEditor != null)
            {
                templateEditor.RunTemplate();
            }
        }