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