mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 20:12:40 +00:00
kleine fix
This commit is contained in:
@@ -13,7 +13,6 @@ namespace Logic
|
||||
public LogicLayer()
|
||||
{
|
||||
d = new dataLayer();
|
||||
|
||||
persons = d.getPersons();
|
||||
bets = d.getBets();
|
||||
ploegen = d.getPloegen();
|
||||
@@ -76,10 +75,6 @@ namespace Logic
|
||||
public void addGame(Game g)
|
||||
{
|
||||
games.Add(g);
|
||||
if (true)
|
||||
{
|
||||
int i = 0;
|
||||
}
|
||||
fixIds();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user