Got adding working again

This commit is contained in:
TheXamlGuy
2024-05-19 22:21:18 +01:00
parent 72a37c7275
commit 1190303044
5 changed files with 36 additions and 26 deletions
@@ -5,9 +5,3 @@ public class NotificationAttribute(object key) : Attribute
{
public object Key => key;
}
public class EnumerateAttribute(object key,
AggerateMode mode = AggerateMode.Reset) : NotificationAttribute(key)
{
public AggerateMode Mode => mode;
}