Files
mvvm_demo/App.xaml
2025-11-12 15:16:52 +01:00

10 lines
370 B
XML

<Application x:Class="MVVM_DEMO.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:MVVM_DEMO"
StartupUri="/Views/MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>