mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-30 04:22:42 +00:00
Events added for ploegen.cs (reset json files for next boot)
This commit is contained in:
@@ -11,5 +11,6 @@ namespace Globals.Interfaces
|
||||
Ploeg away { get; set; }
|
||||
DateTime date { get; set; }
|
||||
state getWinner();
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -5,7 +5,10 @@ namespace Globals.Interfaces
|
||||
{
|
||||
int Id { get; set; }
|
||||
string naam { get; set; }
|
||||
int score { get; set; }
|
||||
int score { get; }
|
||||
bool scoreSet { get; }
|
||||
event EventHandler scoreChanged;
|
||||
void setScore(int i);
|
||||
int getScore();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user