Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Commit

Permalink
修复陈年巨无Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Sep 24, 2018
1 parent 7c5eb2e commit 7dec1b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
57 changes: 0 additions & 57 deletions ThirdPartyNotices.txt

This file was deleted.

3 changes: 1 addition & 2 deletions TsinghuaNet/MainWindow.xaml.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Imports System.IO
Imports System.Threading
Imports Berrysoft.Tsinghua.Net
Imports TsinghuaNet

Class MainWindow
Private log As Settings
Expand Down Expand Up @@ -59,7 +58,7 @@ Class MainWindow
SetFlux(My.Resources.LoggingOut)
Try
Dim res As String
If username IsNot Nothing Then
If username Is Nothing Then
res = Await helper.LogoutAsync()
Else
res = Await helper.LogoutAsync(username)
Expand Down

0 comments on commit 7dec1b6

Please sign in to comment.