command pattern

This commit is contained in:
2023-07-10 17:38:39 +09:00
parent 9014a94372
commit 3d26bffc07
15 changed files with 603 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Application x:Class="CommandPatternSample.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:CommandPatternSample"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>