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