From 994d438b4b06011eb7656357a367392bb30467c5 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 22 八月 2023 17:33:33 +0800 Subject: [PATCH] 处理数据导入流程-1 --- DataLoader/MainWindow.xaml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DataLoader/MainWindow.xaml b/DataLoader/MainWindow.xaml index d62efb8..1f05831 100644 --- a/DataLoader/MainWindow.xaml +++ b/DataLoader/MainWindow.xaml @@ -1,7 +1,7 @@ 锘�<Window x:Class="DataLoader.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - Height="700" Width="900" Loaded="Window_Loaded" + Height="700" Width="900" Loaded="Window_Loaded" Closing="Window_Closing" Title="鏁版嵁鍏ュ簱 v1.5" WindowStartupLocation="CenterScreen"> <Window.Resources> <Style x:Key="btn" TargetType="Button"> -- Gitblit v1.9.3