Aha! There was no Click() event on buttonNext in Windows/SparkleSetup.Designer.cs ! Now I can make it through the initial setup.

This commit is contained in:
Izzy 2012-01-29 11:18:37 -08:00
parent 90699959c3
commit 3bb9dbea24

View file

@ -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
//