ArtemisComm.BasePacket.BasePacket C# (CSharp) 메소드

BasePacket() 공개 메소드

public BasePacket ( Stream stream, int index ) : System
stream Stream
index int
리턴 System
        public BasePacket(Stream stream, int index) : base(stream, index) { }
BasePacket