11 lines
557 B
Plaintext
11 lines
557 B
Plaintext
|
<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>
|