Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

15 righe
280 B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. using System.Threading;
  5. using System.Threading.Channels;
  6. using System.Threading.Tasks;
  7. namespace JT808.Gateway.InMemoryMQ.Services
  8. {
  9. public class JT808MsgService: JT808MsgServiceBase
  10. {
  11. }
  12. }