mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-30 12:32:43 +00:00
test ding
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user