This commit is contained in:
Quacky 2017-08-04 16:19:16 -05:00
parent 4e709235b6
commit 5a7c2143e4
1 changed files with 3 additions and 1 deletions

View File

@ -637,6 +637,7 @@ namespace RBXLegacyLauncher
this.button6.TabIndex = 88;
this.button6.Text = "Next Page >>";
this.button6.UseVisualStyleBackColor = true;
this.Button6.Click += new System.EventHandler(this.Button6Click);
//
// button5
//
@ -647,6 +648,7 @@ namespace RBXLegacyLauncher
this.button5.TabIndex = 87;
this.button5.Text = "<< Last Page";
this.button5.UseVisualStyleBackColor = true;
this.Button5.Click += new System.EventHandler(this.Button5Click);
//
// ColorButton7
//
@ -1534,7 +1536,7 @@ namespace RBXLegacyLauncher
this.button4.TabIndex = 49;
this.button4.Text = "3D Preview";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.Button6Click);
this.button4.Click += new System.EventHandler(this.Button4Click);
//
// Page1Panel
//