Ejemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            group3 g3 = new group3();

            g3.allsal.Text = suti.Text;
            g3.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            group3 f1 = new group3();

            f1.suti.Text = allsal.Text;
            f1.Show();
            this.Hide();
        }