From 00d075a1da55788faaecd711c983719e9eb58b4d Mon Sep 17 00:00:00 2001 From: 2593828650 <2593828650@qq.com> Date: Mon, 8 Feb 2021 16:32:27 +0800 Subject: [PATCH] Fix download failure bug --- code/Form1.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/code/Form1.Designer.cs b/code/Form1.Designer.cs index f471615..d741e13 100644 --- a/code/Form1.Designer.cs +++ b/code/Form1.Designer.cs @@ -270,6 +270,7 @@ private void InitializeComponent() this.downloadButton.TabIndex = 19; this.downloadButton.Text = "Download"; this.downloadButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.downloadButton.Click += new System.EventHandler(this.DownloadButton_Click); this.downloadButton.MouseEnter += new System.EventHandler(this.downloadButton_MouseEnter); this.downloadButton.MouseLeave += new System.EventHandler(this.downloadButton_MouseLeave); //