17 lines
388 B
C#
17 lines
388 B
C#
|
|
|
|
namespace com.itac.oib.client
|
|
{
|
|
// property: assembly: ASM.AS.OIB.Client, Version: 3.0.0.0
|
|
public class OibClientService {
|
|
|
|
// canRead:True, canWrite:False
|
|
private string displayName;
|
|
|
|
public void setDisplayName(string displayName) {
|
|
this.displayName = displayName;
|
|
}
|
|
// field DisplayName without setMethod
|
|
}
|
|
}
|