Changes in core, HTML export added

This commit is contained in:
2023-05-28 17:43:48 +02:00
Unverified
parent 7fc6fc6229
commit 93cc11bd01
23 changed files with 165 additions and 103 deletions

View File

@@ -33,7 +33,7 @@ namespace TimetableDesigner.Core
#region CONSTRUCTORS
public Group() : base()
public Group(ulong id) : base(id)
{
_description = string.Empty;
_assignedSubgroups = new HashSet<Subgroup>();