Reimplemented using MVVMCross (SearchResultWindow & DownloadWindow WIP)

This commit is contained in:
Jeddunk 2020-12-25 16:49:51 +01:00
parent c7308cfc29
commit aada82693d
33 changed files with 1609 additions and 1758 deletions

10
auto-creamapi/App.xaml Normal file
View file

@ -0,0 +1,10 @@
<views:MvxApplication
xmlns:views="clr-namespace:MvvmCross.Platforms.Wpf.Views;assembly=MvvmCross.Platforms.Wpf"
x:Class="auto_creamapi.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<!--<Application.Resources>
</Application.Resources>-->
</views:MvxApplication>