Procházet zdrojové kódy

完善0x8900自定义工厂注册

tags/v2.6.2
yedajiang44 před 2 roky
rodič
revize
8a2962c1bb
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      src/JT808.Protocol/Interfaces/IJT808_0x8900_Custom_Factory.cs

+ 3
- 3
src/JT808.Protocol/Interfaces/IJT808_0x8900_Custom_Factory.cs Zobrazit soubor

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


namespace JT808.Protocol.Interfaces namespace JT808.Protocol.Interfaces
{ {
@@ -19,6 +19,6 @@ namespace JT808.Protocol.Interfaces
/// </summary> /// </summary>
/// <typeparam name="TJT808_0x8900_BodyBase"></typeparam> /// <typeparam name="TJT808_0x8900_BodyBase"></typeparam>
/// <returns></returns> /// <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>();
} }
} }

Načítá se…
Zrušit
Uložit