From a02ef083865152de3a5d99090e5e15cf30ff3fe7 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 1 Apr 2017 12:18:36 -0400 Subject: a little more conversation --- TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.Designer.cs') 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 // -- cgit v1.2.3