private ZeusTemplate template; public TemplateEditorForm(ZeusTemplate template) { // // Required for Windows Form Designer support // InitializeComponent(); this.template = template; scintillaTemplateCode = new ZeusScintillaControl(ScriptLanguage.JScript); scintillaTemplateCode.AddShortcutsFromForm(this); scintillaGUICode = new ZeusScintillaControl(ScriptLanguage.JScript);
using GreenwoodLib.Zeus.ErrorHandling;