Card.GenericService.GenericService C# (CSharp) Метод

GenericService() публичный Метод

public GenericService ( CardInfos ci, short port, int br ) : System
ci CardInfos
port short
br int
Результат System
        public GenericService(CardInfos ci, short port, int br)
        {
            this.Cards = ci;
            this.Port = port;
            this.Baud = br;
        }