private void button5_Click(object sender, EventArgs e) { this.Hide(); Fpacientes fp = new Fpacientes(); fp.Show(); }
private void button1_Click(object sender, EventArgs e) { Fpacientes fp = new Fpacientes(); fp.Show(); }