diff options
| author | AShifter <[email protected]> | 2017-04-01 10:24:27 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-01 10:24:27 -0600 |
| commit | 90772d1b1f80fa5981e10e0db1aa5458c827d7d3 (patch) | |
| tree | fce0da1bf4d06d831fbe0e36f048b5acd1c2ce56 /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs | |
| parent | 3eaa9e1400f086b3bbeb08738aa48a36743c8b10 (diff) | |
| parent | a02ef083865152de3a5d99090e5e15cf30ff3fe7 (diff) | |
| download | histacom2-90772d1b1f80fa5981e10e0db1aa5458c827d7d3.tar.gz histacom2-90772d1b1f80fa5981e10e0db1aa5458c827d7d3.tar.bz2 histacom2-90772d1b1f80fa5981e10e0db1aa5458c827d7d3.zip | |
Merge pull request #24 from lempamo/master
webchat convo
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs index 545a796..af44554 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs @@ -233,6 +233,7 @@ this.button2.TabIndex = 8; this.button2.Text = "Speak"; this.button2.UseVisualStyleBackColor = true; + this.button2.Click += new System.EventHandler(this.Button2_Click); // // button3 // @@ -242,6 +243,7 @@ this.button3.TabIndex = 9; this.button3.Text = "Paul"; this.button3.UseVisualStyleBackColor = true; + this.button3.Click += new System.EventHandler(this.Button3_Click); // // button4 // @@ -251,6 +253,7 @@ this.button4.TabIndex = 10; this.button4.Text = "Bill"; this.button4.UseVisualStyleBackColor = true; + this.button4.Click += new System.EventHandler(this.Button4_Click); // // WebChat1998 // |
