diff --git a/WebView2Demo b/WebView2Demo deleted file mode 160000 index 1d85cb1..0000000 --- a/WebView2Demo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1d85cb160f81d5a41125d348f97c01b2db0a09b4 diff --git a/WebView2Demo/App.xaml b/WebView2Demo/App.xaml new file mode 100644 index 0000000..2ba4e10 --- /dev/null +++ b/WebView2Demo/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/WebView2Demo/App.xaml.cs b/WebView2Demo/App.xaml.cs new file mode 100644 index 0000000..8a81f09 --- /dev/null +++ b/WebView2Demo/App.xaml.cs @@ -0,0 +1,13 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace WebView2Demo; + +/// +/// Interaction logic for App.xaml +/// +public partial class App : Application +{ +} + diff --git a/WebView2Demo/AssemblyInfo.cs b/WebView2Demo/AssemblyInfo.cs new file mode 100644 index 0000000..cc29e7f --- /dev/null +++ b/WebView2Demo/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly:ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/WebView2Demo/MainWindow.xaml b/WebView2Demo/MainWindow.xaml new file mode 100644 index 0000000..d37b83b --- /dev/null +++ b/WebView2Demo/MainWindow.xaml @@ -0,0 +1,22 @@ + + + + + + + +