| 6 | namespace winrt::RNPrintExample::implementation |
| 7 | { |
| 8 | struct MainPage : MainPageT<MainPage> |
| 9 | { |
| 10 | MainPage(); |
| 11 | }; |
| 12 | } |
| 13 | |
| 14 | namespace winrt::RNPrintExample::factory_implementation |
nothing calls this directly
no outgoing calls
no test coverage detected