|
|
|
@ -24,6 +24,14 @@ public partial class MorePage : ContentPage
|
|
|
|
|
|
|
|
|
|
private async void OnLogoutButtonTapped(object sender, EventArgs e)
|
|
|
|
|
{
|
|
|
|
|
await Shell.Current.GoToAsync("//Login");
|
|
|
|
|
await Shell.Current.GoToAsync("//LoginPage");
|
|
|
|
|
}
|
|
|
|
|
private async void OnShareButtonClicked(object sender, EventArgs e)
|
|
|
|
|
{
|
|
|
|
|
await Share.RequestAsync(new ShareTextRequest
|
|
|
|
|
{
|
|
|
|
|
Text = "Voici le texte à partager",
|
|
|
|
|
Title = "Partagez ce texte"
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}
|