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