private void faturamentoToolStripMenuItem_Click(object sender, EventArgs e) { try { if (Application.OpenForms["faturamento"] == null) { faturamento grafo = new faturamento(); grafo.MdiParent = this; grafo.Show(); } } catch { } }