Files
lserp_cs_6.0/插件库/Lskj.AgentPet.Host/MainWindow.xaml
T
2026-08-14 14:28:28 +08:00

19 lines
746 B
XML

<Window x:Class="Lskj.AgentPet.Host.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:wv2="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf"
Title="朗速 ERP 智能桌宠"
Width="430"
Height="680"
WindowStyle="None"
ResizeMode="NoResize"
AllowsTransparency="True"
Background="Transparent"
Topmost="True"
ShowInTaskbar="False">
<Grid Background="Transparent">
<wv2:WebView2CompositionControl x:Name="PetWebView"
DefaultBackgroundColor="Transparent" />
</Grid>
</Window>