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