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