Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Rotina destino = new Rotina(textBox1.Text);

            destino.Show();
            this.Close();
        }
Ejemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Rotina rotinaentrar = new Rotina();

            rotinaentrar.Show();
        }