Beispiel #1
0
 public Game()
 {
     InitializeComponent();
     this.destinationFolder = @"WordLibrary";
     hangController         = new HangmanController();
 }