From 60a158a21f24187bd1dd03eb302015f8ae3b6dea Mon Sep 17 00:00:00 2001 From: AShifter Date: Tue, 25 Dec 2018 20:55:21 -0700 Subject: Fix Infobox Shenanigans first commit in a LONG TIME --- ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ShiftOS.Engine') diff --git a/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs b/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs index 1f4af1b..901e3ba 100644 --- a/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs +++ b/ShiftOS.Engine/WindowManager/InfoboxTemplate.Designer.cs @@ -85,7 +85,6 @@ this.btnOpt2.TabIndex = 5; this.btnOpt2.Text = "button2"; this.btnOpt2.UseVisualStyleBackColor = false; - this.btnOpt1.Click += new System.EventHandler(this.btnOpt1_Click); // // InfoboxTemplate // @@ -108,8 +107,8 @@ #endregion public System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Timer changeSize; - private System.Windows.Forms.Button btnOpt1; - private System.Windows.Forms.Button btnOpt2; public System.Windows.Forms.Label label1; + public System.Windows.Forms.Button btnOpt1; + public System.Windows.Forms.Button btnOpt2; } } -- cgit v1.2.3