示例#1
0
 public void btnTriangleOnCLick()
 {
     MemoryTrainCurrent = list[counter];
     lstDataEntity.Add(MemoryTrainServices.Validate(MemoryTrainCurrent, TypeQuestion, Shapes.Triangle, Colors.Yellow));
     UpdateImageAndTexts();
     counter++;
 }
示例#2
0
 public void btnStarOnCLick()
 {
     MemoryTrainCurrent = list[counter];
     lstDataEntity.Add(MemoryTrainServices.Validate(MemoryTrainCurrent, TypeQuestion, Shapes.Star, Colors.Green));
     UpdateImageAndTexts();
     counter++;
 }