Ejemplo n.º 1
0
 private void labelExportStat_Click(object sender, EventArgs e)
 {
     if (formExportList != null)
     {
         return;
     }
     formExportList = new View.FormExportList();
     formExportList.ShowDialog();
     formExportList = null;
 }
Ejemplo n.º 2
0
 void notifyIcon1_Click(object sender, EventArgs e)
 {
     if (formExportList != null)
     {
         return;
     }
     formExportList = new View.FormExportList();
     formExportList.ShowDialog();
     formExportList = null;
 }