summaryrefslogtreecommitdiff
path: root/windows 95/2002 virus labels.vb
diff options
context:
space:
mode:
authorJamie Mansfield <malgm@lapis.blue>2015-03-07 19:48:26 +0000
committerJamie Mansfield <malgm@lapis.blue>2015-03-07 19:48:26 +0000
commit6337ebe79a71f4434e50733b9426fbacc01bf5c6 (patch)
tree203dd32fc52cb6782fcaba5d3788b0728ddb49bb /windows 95/2002 virus labels.vb
parentbb6492c6085f10570ae5087b667aaaa1e8fa3d01 (diff)
downloadhistacom-6337ebe79a71f4434e50733b9426fbacc01bf5c6.tar.gz
histacom-6337ebe79a71f4434e50733b9426fbacc01bf5c6.tar.bz2
histacom-6337ebe79a71f4434e50733b9426fbacc01bf5c6.zip
Use the 'Not' operator
Diffstat (limited to 'windows 95/2002 virus labels.vb')
-rwxr-xr-xwindows 95/2002 virus labels.vb2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows 95/2002 virus labels.vb b/windows 95/2002 virus labels.vb
index 3ea801e..ac8f8b8 100755
--- a/windows 95/2002 virus labels.vb
+++ b/windows 95/2002 virus labels.vb
@@ -1,7 +1,7 @@
Public Class _2002_virus_labels
Dim white As Boolean = True
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
- If white = True Then
+ If white Then
original.ForeColor = Color.Black
white = False
Else