Every form is wired up and the system works in some meaning

This commit is contained in:
2020-04-13 23:27:51 +02:00
parent ac1fa4cfaa
commit 8758ec170d
5 changed files with 120 additions and 4 deletions

View File

@ -134,7 +134,7 @@ namespace TrackerLibrary.DataAccess
public void UpdateMatchup(MatchupModel model)
{
throw new NotImplementedException();
model.UpdateMatchupToFile();
}
}
}