private void btn_fichaTemporal_Click(object sender, EventArgs e) { F_FichaTemporal tem = new F_FichaTemporal(); tem.Visible = true; }