12 lines
375 B
C#
12 lines
375 B
C#
using System;
|
|
using System.CodeDom.Compiler;
|
|
using System.ServiceModel;
|
|
using System.ServiceModel.Channels;
|
|
|
|
namespace SoM_PrnControl.YoyakuServiceReference;
|
|
|
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
|
public interface YoyakuSoapChannel : YoyakuSoap, IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, IDisposable
|
|
{
|
|
}
|