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