11 lines
241 B
C#
11 lines
241 B
C#
namespace Service.Interface
|
|
{
|
|
/// <summary>
|
|
/// 网络组件与协议注册 服务接口
|
|
/// </summary>
|
|
public interface INetworkComponentService
|
|
{
|
|
// TODO: 定义 网络组件与协议注册 相关方法
|
|
}
|
|
}
|