2020-12-25 10:49:51 -05:00
|
|
|
<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"
|
2021-01-04 10:14:10 -05:00
|
|
|
Title="Auto-CreamAPI 2" MinWidth="420" MinHeight="640" Width="560" Height="720">
|
2020-12-25 10:49:51 -05:00
|
|
|
<Grid />
|
|
|
|
</views:MvxWindow>
|