Reimplemented using MVVMCross (SearchResultWindow & DownloadWindow WIP)
This commit is contained in:
parent
c7308cfc29
commit
aada82693d
33 changed files with 1609 additions and 1758 deletions
13
auto-creamapi/Views/MainView.xaml.cs
Normal file
13
auto-creamapi/Views/MainView.xaml.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using MvvmCross.Platforms.Wpf.Presenters.Attributes;
|
||||
|
||||
namespace auto_creamapi.Views
|
||||
{
|
||||
[MvxContentPresentation(WindowIdentifier = nameof(MainView), StackNavigation = false)]
|
||||
public partial class MainView
|
||||
{
|
||||
public MainView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue