Exemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            counter form3 = new counter();

            this.Hide();
            form3.ShowDialog();
            this.Close();
        }
Exemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            counter run = new counter();

            this.Hide();
            run.ShowDialog();
            this.Close();
        }