private void button2_Click(object sender, EventArgs e) { VNM_GUI form = new VNM_GUI(); form.Show(); Close(); }