10 lines
403 B
Plaintext
10 lines
403 B
Plaintext
|
<views:MvxApplication
|
||
|
xmlns:views="clr-namespace:MvvmCross.Platforms.Wpf.Views;assembly=MvvmCross.Platforms.Wpf"
|
||
|
x:Class="auto_creamapi.App"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
StartupUri="MainWindow.xaml">
|
||
|
<!--<Application.Resources>
|
||
|
|
||
|
</Application.Resources>-->
|
||
|
</views:MvxApplication>
|