From da528e999d6538a12f357b6c745974316d48c086 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 09 九月 2024 15:27:16 +0800 Subject: [PATCH] 修改初始化fly --- DataLoader/MainWindow.xaml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DataLoader/MainWindow.xaml b/DataLoader/MainWindow.xaml index 35ddc8a..01bf2ba 100644 --- a/DataLoader/MainWindow.xaml +++ b/DataLoader/MainWindow.xaml @@ -2,7 +2,7 @@ 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" Closing="Window_Closing" - Title="鏁版嵁鍏ュ簱 v1.7" WindowStartupLocation="CenterScreen"> + Title="鏁版嵁鍏ュ簱 v1.72" WindowStartupLocation="CenterScreen"> <Window.Resources> <Style x:Key="btn" TargetType="Button"> <Setter Property="Background" Value="#005699"/> -- Gitblit v1.9.3