コード例 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Rotina destino = new Rotina(textBox1.Text);

            destino.Show();
            this.Close();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: RobsonHB/Ilustradamente3
        private void button1_Click(object sender, EventArgs e)
        {
            Rotina rotinaentrar = new Rotina();

            rotinaentrar.Show();
        }