public CS_Template_NoSubject(UDT.CSConfiguration.TemplateName TemplateName)
        {
            InitializeComponent();

            this.TemplateName = TemplateName;
            this.Text = "編輯「" + this.TemplateName.ToString() + "」文字樣版";
            this.TitleText = "編輯「" + this.TemplateName.ToString() + "」文字樣版";

            webBrowser1.GotFocus += new EventHandler(webBrowser1_GotFocus);
        }
        public Email_Content_Template(UDT.CSConfiguration.TemplateName TemplateName)
        {
            InitializeComponent();

            this.TemplateName = TemplateName;
        }