Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
修复点击注册按钮无法注销的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Left024 committed Dec 14, 2020
1 parent ece39c5 commit e976374
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
Binary file modified .vs/NTU/v16/.suo
Binary file not shown.
1 change: 1 addition & 0 deletions NTU/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ private void logout_Click(object sender, EventArgs e)
string re = enc.GetString(pageData);
}
CommonData.logout = "1";
autoreconnect.Checked = false;
}

private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
Expand Down
2 changes: 1 addition & 1 deletion NTU/obj/Debug/NTU.application
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>IBMHWsE+3IFirPB6SCy2IbuRz4tkFvj6BAomYaHqJY8=</dsig:DigestValue>
<dsig:DigestValue>cnqVTraYtNDZVYverjym6OofS2Wdorqfjz8iQRSR6dk=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified NTU/obj/Debug/NTU.csprojAssemblyReference.cache
Binary file not shown.
Binary file modified NTU/obj/Debug/NTU.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion NTU/obj/Debug/NTU.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>wYYiZfaphS4dhsyUizjPxB2vGZFI9XswD6LG5tpzIM0=</dsig:DigestValue>
<dsig:DigestValue>rS4Flcmx3jWioYjwys4AlGdnF8cZmUtRDSge09ySeiY=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified NTU/obj/Debug/NTU.pdb
Binary file not shown.

0 comments on commit e976374

Please sign in to comment.