Files
docs-desktop/dotnet-desktop-guide/net/wpf/data/snippets/binding-declarations-overview/vb/Application.xaml
T

10 lines
373 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:ArticleExampleVB"
StartupUri="DataBindingCode.xaml">
<Application.Resources>
</Application.Resources>
</Application>