private void button2_Click(object sender, EventArgs e) { ShowPlanes shwPln = new ShowPlanes(); this.Close(); shwPln.Show(); }
private void button8_Click(object sender, EventArgs e) { ShowPlanes sp = new ShowPlanes(); sp.Show(); }