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()
|
public LogicLayer()
|
||||||
{
|
{
|
||||||
d = new dataLayer();
|
d = new dataLayer();
|
||||||
|
|
||||||
persons = d.getPersons();
|
persons = d.getPersons();
|
||||||
bets = d.getBets();
|
bets = d.getBets();
|
||||||
ploegen = d.getPloegen();
|
ploegen = d.getPloegen();
|
||||||
@@ -76,10 +75,6 @@ namespace Logic
|
|||||||
public void addGame(Game g)
|
public void addGame(Game g)
|
||||||
{
|
{
|
||||||
games.Add(g);
|
games.Add(g);
|
||||||
if (true)
|
|
||||||
{
|
|
||||||
int i = 0;
|
|
||||||
}
|
|
||||||
fixIds();
|
fixIds();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user