예제 #1
0
 /// <summary>
 /// Used to build the Game Field
 /// </summary>
 private void Construct_Game_Field()
 {
     field = new Game_Field(gui, null); // todo: fix this
     gui.AddGameField(field);
 }