event routing

This commit is contained in:
2023-07-07 10:01:10 +09:00
parent 382d7c986c
commit 98027403a3
12 changed files with 521 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExternalProgramBatcher", "E
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExternalProgramBatcher_VFrameWork", "WpfApp1\ExternalProgramBatcher_VFrameWork.csproj", "{1664EE53-F26A-4590-AAC9-7276C0D97DE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoutedEventSample", "RoutedEventSample\RoutedEventSample.csproj", "{937B32D0-92B5-4EEA-B643-0C417EC29631}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -207,6 +209,10 @@ Global
{1664EE53-F26A-4590-AAC9-7276C0D97DE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1664EE53-F26A-4590-AAC9-7276C0D97DE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1664EE53-F26A-4590-AAC9-7276C0D97DE6}.Release|Any CPU.Build.0 = Release|Any CPU
{937B32D0-92B5-4EEA-B643-0C417EC29631}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{937B32D0-92B5-4EEA-B643-0C417EC29631}.Debug|Any CPU.Build.0 = Debug|Any CPU
{937B32D0-92B5-4EEA-B643-0C417EC29631}.Release|Any CPU.ActiveCfg = Release|Any CPU
{937B32D0-92B5-4EEA-B643-0C417EC29631}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE