TestProject1.TestPacket.TestPacket C# (CSharp) Method

TestPacket() public method

public TestPacket ( Stream str ) : System
str Stream
return System
        public TestPacket(Stream str)
        {
            this.str = str;
        }