blob: a69950dae2bac28642e5000aa379fc0f73eb4b14 (
plain)
1
2
3
4<Application x:Class="TestApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:TestApp"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>
|