| 14 | namespace winrt::Maple_App::implementation |
| 15 | { |
| 16 | EditPage::EditPage() |
| 17 | { |
| 18 | InitializeComponent(); |
| 19 | } |
| 20 | |
| 21 | fire_and_forget EditPage::OnNavigatedTo(NavigationEventArgs const& e) { |
| 22 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected