| 60 | } |
| 61 | |
| 62 | void MainWindowControl::PageLoaded( |
| 63 | winrt::IInspectable const& sender, |
| 64 | winrt::RoutedEventArgs const& e) |
| 65 | { |
| 66 | UNREFERENCED_PARAMETER(sender); |
| 67 | UNREFERENCED_PARAMETER(e); |
| 68 | |
| 69 | this->RefreshSponsorButtonContent(); |
| 70 | } |
| 71 | |
| 72 | void MainWindowControl::EnhancedSessionButtonClick( |
| 73 | winrt::IInspectable const& sender, |
nothing calls this directly
no test coverage detected