Ejemplo n.º 1
0
 private void SetHolesLabels()
 {
     holes.SetLabel("Hole");
     holes.SetOutText("Out");
     holes.SetInText("In");
     holes.SetTotalText("Tot");
 }
Ejemplo n.º 2
0
 private void SetParLabelsAndTotals(List <int> parValues)
 {
     pars.SetOutText(GetFront9Score(parValues).ToString());
     pars.SetInText(GetBack9Score(parValues).ToString());
     pars.SetTotalText(GetTotalScore(parValues).ToString());
 }