diff options
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/GuessTheNumber.Designer.cs')
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/GuessTheNumber.Designer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/GuessTheNumber.Designer.cs b/Histacom2/OS/Win95/Win95Apps/GuessTheNumber.Designer.cs index d4e8004..cc266c0 100644 --- a/Histacom2/OS/Win95/Win95Apps/GuessTheNumber.Designer.cs +++ b/Histacom2/OS/Win95/Win95Apps/GuessTheNumber.Designer.cs @@ -74,6 +74,7 @@ this.pictureBox1.Size = new System.Drawing.Size(55, 27); this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; + this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); // // pictureBox2 // @@ -91,6 +92,7 @@ this.pictureBox3.Size = new System.Drawing.Size(227, 23); this.pictureBox3.TabIndex = 5; this.pictureBox3.TabStop = false; + this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click); // // GuessTheNumber // |
