Files
WPF_Practice/PacticeSolution/ListBoxLinqBindingSample/App.xaml

10 lines
393 B
Plaintext
Raw Normal View History

2023-07-06 16:39:01 +09:00
<Application x:Class="ListBoxLinqBindingSample.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ListBoxLinqBindingSample"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>