Esempio n. 1
0
 internal void ToastCloseController(SAPToast toast, bool isPaused)
 {
     if (isPaused)
     {
         toast.PauseTimer();
     }
     else
     {
         toast.ResumeTimer();
     }
 }