aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/GuessTheNumber.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-09-12 09:51:26 -0400
committerlempamo <[email protected]>2017-09-12 09:51:26 -0400
commitab9f118edb06826ed49c0b46bb1bce38d407e4f6 (patch)
tree63e46f589ac10f4df5806c5d2ecb4c104adaed92 /Histacom2/OS/Win95/Win95Apps/GuessTheNumber.cs
parentc11ba68e8f319acc62b72259235a04b12892bffa (diff)
downloadhistacom2-ab9f118edb06826ed49c0b46bb1bce38d407e4f6.tar.gz
histacom2-ab9f118edb06826ed49c0b46bb1bce38d407e4f6.tar.bz2
histacom2-ab9f118edb06826ed49c0b46bb1bce38d407e4f6.zip
various classic control things
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/GuessTheNumber.cs')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/GuessTheNumber.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/GuessTheNumber.cs b/Histacom2/OS/Win95/Win95Apps/GuessTheNumber.cs
index 72adc0e..4766c8d 100644
--- a/Histacom2/OS/Win95/Win95Apps/GuessTheNumber.cs
+++ b/Histacom2/OS/Win95/Win95Apps/GuessTheNumber.cs
@@ -21,11 +21,6 @@ namespace Histacom2.OS.Win95.Win95Apps
rnd = new Random();
num = rnd.Next(0, 101);
-
- pictureBox1.MouseDown += (s, a) => pictureBox1.BackgroundImage = Properties.Resources.GTN95_CheckClicked;
- pictureBox1.MouseUp += (s, a) => pictureBox1.BackgroundImage = Properties.Resources.GTN95_Check;
- pictureBox3.MouseDown += (s, a) => pictureBox3.BackgroundImage = Properties.Resources.GTN95_RestartClicked;
- pictureBox3.MouseUp += (s, a) => pictureBox3.BackgroundImage = Properties.Resources.GTN95_Restart;
}
private void pictureBox3_Click(object sender, EventArgs e)