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

Commit

Permalink
feat: enable and disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Jul 13, 2022
1 parent a1b655e commit a776a06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2620,4 +2620,8 @@ LocalErrorHandler:
Private Sub prbTestplan_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles prbTestplan.Click

End Sub

Private Sub DebugCheckBox_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DebugCheckBox.CheckedChanged
DebugNumericUpDown.Enabled = DebugCheckBox.Checked
End Sub
End Class

0 comments on commit a776a06

Please sign in to comment.