private void faturamentoToolStripMenuItem3_Click(object sender, EventArgs e) { try { if (Application.OpenForms["FatuMes"] == null) { FatuAno form = new FatuAno(); form.MdiParent = this; form.Show(); } } catch { } }