6 lines
137 B
C#
6 lines
137 B
C#
using System.Reflection;
|
|
|
|
namespace Hyperbar.Widget;
|
|
|
|
public record WidgetAssembly(Assembly? Assembly = default) :
|
|
INotification; |