| 272 | } |
| 273 | |
| 274 | void MainAppWindow::AboutRequested() |
| 275 | { |
| 276 | //m_App.CreateXamlWindow<winrt::TranslucentTB::Xaml::Pages::AboutPage>(xaml_startup_position::center, [](const auto &) { }); |
| 277 | } |
| 278 | |
| 279 | void MainAppWindow::Exit() |
| 280 | { |
no outgoing calls
no test coverage detected