Beispiel #1
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            Cadastra_site C = new Cadastra_site();

            C.endemailfinal = this.endemail;
            C.ShowDialog();
        }
Beispiel #2
0
        private void btcadsite_Click(object sender, EventArgs e)
        {
            Cadastra_site C = new Cadastra_site();
            Cadastra_site D = new Cadastra_site();

            this.Hide();
            C.ShowDialog();
        }