Skip to content

Commit 1712661

Browse files
committed
v0.0.5 Release (Bug Fixes)
1 parent 743d0e9 commit 1712661

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

autoClose/Form1.Designer.vb

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

autoClose/Form1.vb

+6
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
Next
6161
Catch ex As Exception
6262
End Try
63+
TextBox1.Enabled = True
64+
TextBox2.Enabled = True
65+
Button3.Enabled = True
66+
Button1.Enabled = True
67+
Button2.Enabled = True
68+
Timer2.Enabled = False
6369
End If
6470

6571
End Sub

0 commit comments

Comments
 (0)