From 979ba3f2d4da1a69b9ecc7c4ef1975bc7e110148 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期日, 01 一月 2023 20:17:34 +0800
Subject: [PATCH] 1

---
 DataLoader/MainWindow.xaml.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DataLoader/MainWindow.xaml.cs b/DataLoader/MainWindow.xaml.cs
index 587b2fe..8fb9b4a 100644
--- a/DataLoader/MainWindow.xaml.cs
+++ b/DataLoader/MainWindow.xaml.cs
@@ -19,9 +19,9 @@
 
         public event PropertyChangedEventHandler PropertyChanged;
 
-        private string _sourcePath;
+        private string _sourcePath= "D:\\LF\\data\\mdb";
 
-        private string _targetPath;
+        private string _targetPath= "D:\\LF\\upload";
 
         private LoginWin win;
 
@@ -70,8 +70,8 @@
             lvView.DataContext = viewDatas;
             lvView.SetBinding(ListView.ItemsSourceProperty, new Binding());
 
-            String file = "E:\\data\\mpt\\A4mpt20131125.mpt";
-            string md5 = MD5Helper.getMD5Hash(file);
+            //String file = "E:\\data\\mpt\\A4mpt20131125.mpt";
+            //string md5 = MD5Helper.GetMD5Hash(file);
         }
 
         // 鐧诲綍

--
Gitblit v1.9.3