9 lines
466 B
Plaintext
9 lines
466 B
Plaintext
|
<views:MvxApplication x:Class="GoldbergGUI.WPF.App"
|
||
|
xmlns:views="clr-namespace:MvvmCross.Platforms.Wpf.Views;assembly=MvvmCross.Platforms.Wpf"
|
||
|
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>
|