Guest User

Untitled

a guest
Nov 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. public override void ViewWillDisappear (bool animated)
  2. {
  3. base.ViewWillDisappear (animated);
  4.  
  5. //use AtmHud ActivityView
  6. MUI.MuestraCursor ("Cargando Articulos...");
  7.  
  8. ThreadPool.QueueUserWorkItem ((ee) => {
  9. //That method is late 6 seconds
  10. call database method
  11.  
  12. }
  13. );
  14. }
Add Comment
Please, Sign In to add comment