ソースを参照

完善0x8900自定义工厂注册

tags/v2.6.2
yedajiang44 2年前
コミット
8a2962c1bb
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      src/JT808.Protocol/Interfaces/IJT808_0x8900_Custom_Factory.cs

+ 3
- 3
src/JT808.Protocol/Interfaces/IJT808_0x8900_Custom_Factory.cs ファイルの表示

@@ -1,7 +1,7 @@
using JT808.Protocol.MessageBody;
using System;
using System;
using System.Collections.Generic;
using System.Text;
using JT808.Protocol.MessageBody;

namespace JT808.Protocol.Interfaces
{
@@ -19,6 +19,6 @@ namespace JT808.Protocol.Interfaces
/// </summary>
/// <typeparam name="TJT808_0x8900_BodyBase"></typeparam>
/// <returns></returns>
IJT808_0x8900_Custom_Factory SetMap<TJT808_0x8900_BodyBase>() where TJT808_0x8900_BodyBase : JT808_0x8900_BodyBase;
IJT808_0x8900_Custom_Factory SetMap<TJT808_0x8900_BodyBase>();
}
}

読み込み中…
キャンセル
保存