Initial Commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Model.MemoryTester;
|
||||
|
||||
public class AnswerEventArgs
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public bool IsCorrect { get; set; }
|
||||
public int Guess { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user