Bladeren bron

完善0x8900自定义工厂注册

tags/v2.6.2
yedajiang44 2 jaren geleden
bovenliggende
commit
8a2962c1bb
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. +3
    -3
      src/JT808.Protocol/Interfaces/IJT808_0x8900_Custom_Factory.cs

+ 3
- 3
src/JT808.Protocol/Interfaces/IJT808_0x8900_Custom_Factory.cs Bestand weergeven

@@ -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>();
}
}

Laden…
Annuleren
Opslaan