MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / AgreeButtonClicked

Method AgreeButtonClicked

Xaml/Pages/WelcomePage.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void WelcomePage::AgreeButtonClicked(const IInspectable &, const wux::RoutedEventArgs &)
37 {
38 m_LicenseApprovedHandler();
39 Close();
40 }
41
42 void WelcomePage::DisagreeButtonClicked(const IInspectable &, const wux::RoutedEventArgs &)
43 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected