initialize

This commit is contained in:
Pruefer
2025-06-06 09:15:13 +02:00
commit fa7c2730f1
5817 changed files with 1339670 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
namespace com.itac.oib.client
{
// property: assembly: ASM.AS.OIB.Client, Version: 3.0.0.0
public class OibService : OibClientService {
// canRead:True, canWrite:False
private string serviceName;
public void setServiceName(string serviceName) {
this.serviceName = serviceName;
}
// field ServiceName without setMethod
}
}