Files
Hyperbar/Hyperbar.Widget/WidgetMonitor.cs
T

11 lines
172 B
C#

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