Files
Hyperbar/Hyperbar.Widget/WidgetMonitor.cs
T
2024-01-31 22:33:23 +00:00

11 lines
175 B
C#

namespace Hyperbar.Widget;
public class WidgetMonitor :
IInitialization
{
public Task InitializeAsync()
{
throw new NotImplementedException();
}
}