Files
WpfExtended/WpfExtended.Test/App.xaml
T
Alexandru Macocian 166f9b499e Reorganized structure.
Created test project.
2021-04-01 12:51:08 +02:00

10 lines
377 B
XML

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