dependency property

This commit is contained in:
2023-07-06 16:39:01 +09:00
parent a80ae02806
commit 88bea39b8a
17 changed files with 473 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<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>