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

            newForm.Show();
        }