public DyttExporter(string regxStr, string urlPath, string pages, DyttForm createForm) : this(regxStr, urlPath, pages) { this.createForm = createForm; }
private void button3_Click(object sender, EventArgs e) { DyttForm newForm = new DyttForm(); newForm.Show(); }