spt/SoM_PrnControl.YoyakuServiceReference/YoyakuSoapChannel.cs
2025-09-19 18:34:20 +09:00

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
{
}