Files
docs-desktop/dotnet-desktop-guide/net/wpf/get-started/snippets/create-app-visual-studio/vb/Application.xaml
T

10 lines
352 B
XML

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