| 37 | namespace winrt::NanaBox::implementation |
| 38 | { |
| 39 | MainWindowControl::MainWindowControl( |
| 40 | _In_ HWND WindowHandle) : |
| 41 | m_WindowHandle(WindowHandle) |
| 42 | { |
| 43 | |
| 44 | } |
| 45 | |
| 46 | void MainWindowControl::InitializeComponent() |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected