iMonitor desktop application using dotnet 4.8
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
216 B

2 weeks ago
using System;
namespace iMonitorApp
{
// Token: 0x02000012 RID: 18
public class Service : IService
{
// Token: 0x06000076 RID: 118 RVA: 0x000038AE File Offset: 0x00001AAE
public void DoWork()
{
}
}
}