Advertisement
gkpoll

Untitled

Feb 12th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.43 KB | None | 0 0
  1.         protected void btnValidarPdf_OnClick(object pSender, EventArgs pE)
  2.         {
  3.             Job_ComunicacoesAutomaticas_Grupo_1 job = new Job_ComunicacoesAutomaticas_Grupo_1();
  4.             job.InitializeJob();
  5.             foreach (var item in job.FindItems())
  6.             {
  7.                 job.ProcessItem(item);
  8.             }
  9.             this.AddSuccessMessage("Job executado com sucesso!");
  10.  
  11.         }//btnValidarPdf_OnClick
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement