From b5560a2a37bb5a406488d50170abc5309c2d4f5a Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 31 十二月 2022 22:13:33 +0800
Subject: [PATCH] 1

---
 DataLoader/LoginWin.xaml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/DataLoader/LoginWin.xaml b/DataLoader/LoginWin.xaml
index 5917d89..64f970b 100644
--- a/DataLoader/LoginWin.xaml
+++ b/DataLoader/LoginWin.xaml
@@ -2,6 +2,7 @@
         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"
+        Loaded="Window_Loaded"
         Title="鐧诲綍绐楀彛" Height="480" Width="600" WindowStartupLocation="CenterScreen">
     <Grid>
         <Chrome:ChromiumWebBrowser x:Name="web" Margin="1" Grid.Row="1" />

--
Gitblit v1.9.3