Files
linker/cmonitor/client/reports/notify/NotifyLinux.cs

10 lines
172 B
C#

namespace cmonitor.client.reports.notify
{
public sealed class NotifyLinux : INotify
{
public void Update(NotifyInfo notify)
{
}
}
}