GoldbergGUI/GoldbergGUI.WPF/App.xaml
2021-01-08 18:36:57 +01:00

9 lines
466 B
XML

<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>