| 21 | } |
| 22 | |
| 23 | winrt::Windows::Foundation::IInspectable DateTimeToStringConverter::ConvertBack( |
| 24 | winrt::Windows::Foundation::IInspectable const& , |
| 25 | winrt::Windows::UI::Xaml::Interop::TypeName const& , |
| 26 | winrt::Windows::Foundation::IInspectable const& , |
| 27 | winrt::hstring const& ) |
| 28 | { |
| 29 | throw std::exception{ "Not implemented" }; |
| 30 | } |
| 31 | } |
nothing calls this directly
no outgoing calls
no test coverage detected