Advertisement
gkpoll

Untitled

Feb 12th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.34 KB | None | 0 0
  1.         protected void btnIncluirAviso_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.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement