Example #1
0
 public void restartFunction()
 {
     stage         = 0;
     guess.Enabled = true;
     wrd.restart();
     Array.ForEach(this.Controls.OfType <Label>().ToArray(), lbl => lbl.Dispose());
     labels = new List <Label>();
     lines();
     Invalidate();
 }