key binding

This commit is contained in:
2023-07-10 17:50:09 +09:00
parent 3d26bffc07
commit d3677f99c4
13 changed files with 464 additions and 2 deletions

View File

@@ -77,6 +77,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataBindByINotifyPropertyCh
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandPatternSample", "CommandPatternSample\CommandPatternSample.csproj", "{D7C77FA4-195E-4247-90B2-C89BF5016FDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ValueConverterSample", "ValueConverterSample\ValueConverterSample.csproj", "{5B486E58-3E1A-4047-8C6B-785818913A79}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -231,6 +233,10 @@ Global
{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
{5B486E58-3E1A-4047-8C6B-785818913A79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B486E58-3E1A-4047-8C6B-785818913A79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B486E58-3E1A-4047-8C6B-785818913A79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B486E58-3E1A-4047-8C6B-785818913A79}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE