Example #1
0
 private void CarregarMailings(string sIDCampanhas)
 {
     try
     {
         //comboMailing.Items.Clear();
         mailingCTL CMailing = new mailingCTL();
         CMailing.PreencherCheckListBox_Mailing(chkMailing, sIDCampanhas);
     }
     catch { }
 }