private void agendamentosToolStripMenuItem_Click(object sender, EventArgs e) { FrmAgenda agenda = new FrmAgenda(); agenda.Show(); Close(); }