Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WordsModel"/> class.
 /// </summary>
 public WordsModel()
 {
     SyllableCounts = _words.GetSyllableCounts();
     WordLengths    = Enumerable.Range(3, 10).ToArray();
     PlaybackMode   = PlaybackMode.Random;
 }