Ejemplo n.º 1
0
 /// <summary>
 /// Initialize the Pig Game Form.
 /// </summary>
 public Pig_Game_Form()
 {
     InitializeComponent();
     Pig_Single_Die_Game.SetUpGame();
     pigLabelWhosTurnTo.Text  = Pig_Single_Die_Game.GetFirstPlayersName();
     Pig_rollOrHoldLabel.Text = "Roll die";
     holdButton.Enabled       = false;
 }