| | |
| | | |
| | | public event PropertyChangedEventHandler PropertyChanged; |
| | | |
| | | private string _sourcePath = "D:\\opting\\得文数据"; // "D:\\LF\\data\\mdb"; |
| | | private string _sourcePath = @"D:\LF\data\mdb"; |
| | | |
| | | private string _targetPath = "D:\\LF\\upload"; |
| | | private string _targetPath = @"\\LAPTOP-DRTGLTU2\share"; |
| | | |
| | | private LoginWin win; |
| | | |
| | |
| | | |
| | | //String file = "E:\\data\\mpt\\A4mpt20131125.mpt"; |
| | | //string md5 = MD5Helper.GetMD5Hash(file); |
| | | LogOut.Info("************ 应用程序启动成功! ************"); |
| | | } |
| | | |
| | | // 登录 |
| | |
| | | if (win != null) win.Close(); |
| | | this.Show(); |
| | | |
| | | this.tbUid.Text = Tool.UserId.ToString() + "-" + Tool.Uname; |
| | | this.tbUid.Text = Tool.UserId.ToString(); |
| | | this.tbToken.Text = Tool.Token; |
| | | |
| | | this.btnLoad.IsEnabled = true; |