/* * ------------------------------------------------------- */ /* * [ INICIO ] OPCAO "RELATORIOS" DO MENU */ private void relatóriosToolStripMenuItem_Click(object sender, EventArgs e) { RelatoriosForm relatoriosForm = new RelatoriosForm(); relatoriosForm.ShowDialog(); }