예제 #1
0
파일: Game.cs 프로젝트: dhaneesha/Hangman
 public Game()
 {
     InitializeComponent();
     this.destinationFolder = @"WordLibrary";
     hangController         = new HangmanController();
 }