|
|
@ -1,4 +1,5 @@
|
|
|
|
using CanYouBuildIt.Model;
|
|
|
|
using CanYouBuildIt.Model;
|
|
|
|
|
|
|
|
using Microsoft.Maui.Controls;
|
|
|
|
using System.Diagnostics;
|
|
|
|
using System.Diagnostics;
|
|
|
|
|
|
|
|
|
|
|
|
namespace CanYouBuildIt;
|
|
|
|
namespace CanYouBuildIt;
|
|
|
@ -13,7 +14,6 @@ public partial class App : Application
|
|
|
|
manager.sauvegardeDonnee();
|
|
|
|
manager.sauvegardeDonnee();
|
|
|
|
Debug.WriteLine(manager.listUtil[0]);
|
|
|
|
Debug.WriteLine(manager.listUtil[0]);
|
|
|
|
InitializeComponent();
|
|
|
|
InitializeComponent();
|
|
|
|
|
|
|
|
MainPage = new AppShell();
|
|
|
|
MainPage = new AppShell();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|