[#] 修改当前备份逻辑,相同版本dll只做一次备份!

原因: 可选功能补丁允许在非原版dll上做多次安装补丁操作。
This commit is contained in:
huiyadanli
2020-07-19 17:06:32 +08:00
parent fed166fa2b
commit 5ed38573de
4 changed files with 39 additions and 18 deletions

View File

@@ -78,7 +78,7 @@
this.btnPatch.Name = "btnPatch";
this.btnPatch.Size = new System.Drawing.Size(98, 23);
this.btnPatch.TabIndex = 3;
this.btnPatch.Text = "安装补丁";
this.btnPatch.Text = "安装补丁";
this.btnPatch.UseVisualStyleBackColor = true;
this.btnPatch.Click += new System.EventHandler(this.btnPatch_Click);
//