From 3bb9dbea24ab163e31748fb43ca2125ce58b2e55 Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 29 Jan 2012 11:18:37 -0800 Subject: [PATCH] Aha! There was no Click() event on buttonNext in Windows/SparkleSetup.Designer.cs ! Now I can make it through the initial setup. --- SparkleShare/Windows/SparkleSetup.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SparkleShare/Windows/SparkleSetup.Designer.cs b/SparkleShare/Windows/SparkleSetup.Designer.cs index 9d0abb7c..aa2f2f9c 100644 --- a/SparkleShare/Windows/SparkleSetup.Designer.cs +++ b/SparkleShare/Windows/SparkleSetup.Designer.cs @@ -186,6 +186,7 @@ namespace SparkleShare { this.buttonNext.TabIndex = 3; this.buttonNext.Text = "Next"; this.buttonNext.UseVisualStyleBackColor = true; + this.buttonNext.Click += new System.EventHandler(this.buttonNext_Click); // // NameEntry //