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.
15 lines
264 B
15 lines
264 B
2 weeks ago
|
using System;
|
||
|
|
||
|
namespace iMonitorApp
|
||
|
{
|
||
|
// Token: 0x02000011 RID: 17
|
||
|
public class SendDataService : ISendDataService
|
||
|
{
|
||
|
// Token: 0x06000074 RID: 116 RVA: 0x00005A54 File Offset: 0x00003C54
|
||
|
public string helloworld()
|
||
|
{
|
||
|
return "Hello World!";
|
||
|
}
|
||
|
}
|
||
|
}
|