MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / Button2_Click

Method Button2_Click

FastCopy/SegmentedButton.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65 void SegmentedButton::Button2_Click(winrt::Windows::Foundation::IInspectable const&, winrt::Microsoft::UI::Xaml::RoutedEventArgs const&)
66 {
67 Button1().IsChecked(false);
68 }
69 int SegmentedButton::Selection()
70 {
71 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected