namespace ShoopNCook.Pages; public partial class ForgotPassword : ContentPage { public ForgotPassword() { InitializeComponent(); } private async void OnBackButtonClicked(object sender, EventArgs e) { await Navigation.PopAsync(); } }