Ejemplo n.º 1
0
 private void SinOut(object s, EventArgs e)
 {
     Application.Current.MainPage = new FirstPage();
     Task.Run(() => CheckAuth.RmovegAccount());
     IsPresented = false;
 }