Ejemplo n.º 1
0
        private void button8_Click(object sender, EventArgs e)
        {
            Download_Novel ns = new Download_Novel(this, null, null);

            ns.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void btnDownload_Click(object sender, EventArgs e)
        {
            Download_Novel ns = new Download_Novel(null, null, this);

            ns.Show();
            this.Hide();
        }
 private void button8_Click(object sender, EventArgs e)
 {
     Download_Novel ns = new Download_Novel(this, null, null);
     ns.Show();
     this.Hide();
 }
 private void btnDownload_Click(object sender, EventArgs e)
 {
     Download_Novel ns = new Download_Novel(null, null, this);
     ns.Show();
     this.Hide();
 }