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