Reimplemented using MVVMCross (SearchResultWindow & DownloadWindow WIP)
This commit is contained in:
parent
c7308cfc29
commit
aada82693d
33 changed files with 1609 additions and 1758 deletions
11
auto-creamapi/MainWindow.xaml
Normal file
11
auto-creamapi/MainWindow.xaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<views:MvxWindow
|
||||
xmlns:views="clr-namespace:MvvmCross.Platforms.Wpf.Views;assembly=MvvmCross.Platforms.Wpf"
|
||||
x:Class="auto_creamapi.MainWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
mc:Ignorable="d"
|
||||
Title="Auto-CreamAPI 2" MinWidth="420" MinHeight="600" Width="420" Height="600">
|
||||
<Grid />
|
||||
</views:MvxWindow>
|
Loading…
Add table
Add a link
Reference in a new issue