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

@@ -75,6 +75,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDataBinding", "Simple
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataBindByINotifyPropertyChangedSample", "DataBindByINotifyPropertyChangedSample\DataBindByINotifyPropertyChangedSample.csproj", "{8AC04681-4724-4F24-B24A-FE1140D2E6EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandPatternSample", "CommandPatternSample\CommandPatternSample.csproj", "{D7C77FA4-195E-4247-90B2-C89BF5016FDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -225,6 +227,10 @@ Global
{8AC04681-4724-4F24-B24A-FE1140D2E6EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AC04681-4724-4F24-B24A-FE1140D2E6EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AC04681-4724-4F24-B24A-FE1140D2E6EA}.Release|Any CPU.Build.0 = Release|Any CPU
{D7C77FA4-195E-4247-90B2-C89BF5016FDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7C77FA4-195E-4247-90B2-C89BF5016FDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7C77FA4-195E-4247-90B2-C89BF5016FDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7C77FA4-195E-4247-90B2-C89BF5016FDE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE