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.
|
using System; |
|
using System.ServiceModel; |
|
|
|
namespace iMonitorApp |
|
{ |
|
// Token: 0x0200000D RID: 13 |
|
[ServiceContract] |
|
public interface ISendDataService |
|
{ |
|
// Token: 0x0600006B RID: 107 |
|
[OperationContract] |
|
string helloworld(); |
|
} |
|
}
|
|
|