Ingen beskrivning

App.h 210B

12345678910111213141516
  1. #pragma once
  2. #include "App.xaml.g.h"
  3. namespace winrt::WebViewWindows::implementation
  4. {
  5. struct App : AppT<App>
  6. {
  7. App() noexcept;
  8. };
  9. } // namespace winrt::WebViewWindows::implementation