namespace MauiSpark.Pages; public partial class ReprendrePage : ContentPage { public ReprendrePage() { NavigationPage.SetHasNavigationBar(this, false); BindingContext = MauiProgram.Manageur.PartiesNonTerminees; InitializeComponent(); } }