Exemplo n.º 1
0
 public async void Get_Help(Object sender, EventArgs ea)
 {
     Application.Current.Properties.Clear();
     LogIn.checkSMSPermission();
     await Navigation.PushAsync(new AskingContent(), true);
 }