azy icon + binding qui marche pas

pull/9/head
Clement LESME 2 years ago
parent 126ddfb092
commit 9d707c7eba

@ -32,7 +32,7 @@
<ItemGroup>
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
<MauiIcon Include="Resources\AppIcon\iconcybi.png"/>
<!-- Splash Screen -->
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />
@ -60,4 +60,5 @@
</MauiXaml>
</ItemGroup>
</Project>

@ -11,9 +11,9 @@ namespace CanYouBuildIt.Model
public class Utilisateur
{
[DataMember]
public string username;
public string username { get; private set; }
[DataMember]
public string password;
public string password { get; private set; }
[DataMember]
public List<Build> listBuild;

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

Loading…
Cancel
Save