| 40 | } |
| 41 | |
| 42 | void Run() |
| 43 | { |
| 44 | CoreWindow window = CoreWindow::GetForCurrentThread(); |
| 45 | window.Activate(); |
| 46 | |
| 47 | CoreDispatcher dispatcher = window.Dispatcher(); |
| 48 | dispatcher.ProcessEvents(CoreProcessEventsOption::ProcessUntilQuit); |
| 49 | } |
| 50 | |
| 51 | void SetWindow(CoreWindow const &window) |
| 52 | { |
no test coverage detected