address book using mvvm

This commit is contained in:
2023-07-18 16:24:07 +09:00
parent fffd85ecb5
commit 3d9f030ebb
20 changed files with 609 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
xmlns:local="clr-namespace:AddressBook_MVVMSample.SubWindow"
mc:Ignorable="d"
d:DataContext="{d:DesignInstance local:AddViewWindow}"
Title="{Binding Caption, UpdateSourceTrigger=PropertyChanged}" Height="300" Width="300"
Title="{Binding Caption, UpdateSourceTrigger=PropertyChanged}" Height="300" Width="320"
WindowStartupLocation="CenterOwner">
<!--<Window.DataContext>
<local:AddViewWindow/>