This commit is contained in:
Jonathan Trottier
2023-05-03 09:23:43 -04:00
parent 3c12e2123e
commit be9041cd6f
22 changed files with 43 additions and 52 deletions

View File

@@ -1,8 +1,8 @@
<Application x:Class="JeuHoy_WPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:JeuHoy_WPF"
StartupUri="wEntree.xaml">
xmlns:local="clr-namespace:JeuHoy_WPF.View"
StartupUri="View/wEntree.xaml">
<Application.Resources>
</Application.Resources>