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

            c.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            CentralStation s = new CentralStation();

            s.Show();
        }