DataLoader/LoginWin.xaml
@@ -2,7 +2,8 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:Chrome="clr-namespace:CefSharp.Wpf;assembly=CefSharp.Wpf" Title="登录窗口" Height="480" Width="600" WindowStartupLocation="CenterScreen"> Loaded="Window_Loaded" Title="登录窗口" ShowInTaskbar="True" WindowStyle="None" Height="500" Width="750" WindowStartupLocation="CenterScreen"> <Grid> <Chrome:ChromiumWebBrowser x:Name="web" Margin="1" Grid.Row="1" /> </Grid>