diff options
| author | lempamo <[email protected]> | 2017-09-12 09:51:26 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-12 09:51:26 -0400 |
| commit | ab9f118edb06826ed49c0b46bb1bce38d407e4f6 (patch) | |
| tree | 63e46f589ac10f4df5806c5d2ecb4c104adaed92 /Histacom2/OS/Win95/Win95Apps/GuessTheNumber.cs | |
| parent | c11ba68e8f319acc62b72259235a04b12892bffa (diff) | |
| download | histacom2-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.cs | 5 |
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) |
