25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

14 satır
265 B

  1. using JT808.Protocol;
  2. using Microsoft.Extensions.DependencyInjection;
  3. using System;
  4. using System.Collections.Generic;
  5. using System.Text;
  6. namespace JT808.Gateway.Abstractions
  7. {
  8. public interface IJT808NormalGatewayBuilder: IJT808GatewayBuilder
  9. {
  10. }
  11. }