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
+7
View File
@@ -0,0 +1,7 @@
namespace Toolkit.Foundation;
public class AggerateAttribute(object key,
AggerateMode mode = AggerateMode.Reset) : NotificationAttribute(key)
{
public AggerateMode Mode => mode;
}