Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. //if(username=="sam"& Password=="pass1" )
  2. //{
  3. await Navigation.PopModalAsync();
  4. await Navigation.PushModalAsync(new leaders_area());
  5.  
  6.  
  7.  
  8.  
  9. //}
  10. //else
  11. //{
  12. // DisplayAlert("Incorect Username or Password!", "Please check your details and try again!", "OK");
  13. //}
  14.  
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement