test ding

This commit is contained in:
Beppe Vanrolleghem
2019-08-07 13:09:09 +02:00
parent a50e4d0e44
commit e32405674a
5 changed files with 52 additions and 15 deletions

View File

@@ -5,10 +5,5 @@ namespace Globals.Interfaces
{
int Id { get; set; }
string naam { get; set; }
int score { get; }
bool scoreSet { get; }
event EventHandler scoreChanged;
void setScore(int i);
int getScore();
}
}