From 7b8d896f5068d87322d717f5fce3ea7392108cef Mon Sep 17 00:00:00 2001 From: David Ortinau Date: Mon, 14 Apr 2025 11:22:14 -0500 Subject: [PATCH] Refactor ProjectListPage.xaml to improve BindingContext setup and formatting --- 9.0/Apps/DeveloperBalance/Pages/ProjectListPage.xaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/9.0/Apps/DeveloperBalance/Pages/ProjectListPage.xaml b/9.0/Apps/DeveloperBalance/Pages/ProjectListPage.xaml index 900458ccc..f0631c64c 100644 --- a/9.0/Apps/DeveloperBalance/Pages/ProjectListPage.xaml +++ b/9.0/Apps/DeveloperBalance/Pages/ProjectListPage.xaml @@ -7,17 +7,19 @@ xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" x:Class="DeveloperBalance.Pages.ProjectListPage" x:DataType="pageModels:ProjectListPageModel" + x:Name="ListProjectsPage" Title="Projects"> -