Beispiel #1
0
 /// <summary>
 /// 30s上传超时
 /// </summary>
 private void UploadTimeOut(object sender, EventArgs e)
 {
     if (LabelInfo.Content.Equals("正在上传..."))
     {
         LabelInfo.Content = "上传超时,请检测连接设置!";
         _DataTimer.Stop();
         _msgThread.Stop();
     }
 }
Beispiel #2
0
 private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     _msgThread.Stop();
 }