classes pour mvp

This commit is contained in:
Merlin Gélinas
2023-05-03 10:55:18 -04:00
parent be9041cd6f
commit 9fa5393254
6 changed files with 92 additions and 13 deletions

View File

@@ -60,12 +60,15 @@
</ApplicationDefinition>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Model\CstApplication.cs" />
<Compile Include="Model\GestionWEntrainement.cs" />
<Compile Include="Presenter\JouerMp3.cs" />
<Compile Include="Presenter\JouerSon.cs" />
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="Presenter\PresentateurWEntrainement.cs" />
<Compile Include="View\IwEntrainement.cs" />
<Compile Include="View\wAide.xaml.cs">
<DependentUpon>wAide.xaml</DependentUpon>
</Compile>