Exemple #1
0
 private void faturamentoToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     try
     {
         if (Application.OpenForms["FatuSemana"] == null)
         {
             FatuSemana form = new FatuSemana();
             form.MdiParent = this;
             form.Show();
         }
     }
     catch { }
 }
Exemple #2
0
 private void faturamentoToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     try
     {
         if (Application.OpenForms["FatuSemana"] == null)
         {
             FatuSemana form = new FatuSemana();
             form.MdiParent = this;
             form.Show();
         }
     }
     catch { }
 }