I made SwitchSample project.
but it works something wrong
If the input value is “A”, I want to go case “A” but go to “Default”
If the input value is “B”, I want to go case “B” but go to “Default”
If the input value is “C”, I want to go case “C” but go to “Default”
It go to “Default” every time
could you check the source code ?
switchSample.xaml (5.8 KB)