CSharp-Learning/WebView2Demo/App.xaml

10 lines
369 B
Plaintext
Raw Normal View History

2026-07-01 16:32:40 +08:00
<Application x:Class="WebView2Demo.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WebView2Demo"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>