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

@@ -11,7 +11,7 @@ namespace TimetableDesigner.Core
{
#region CONSTRUCTORS
public Subgroup() : base()
public Subgroup(ulong id) : base(id)
{ }
#endregion