ATMLCommonLibrary.controls.StreamWrapper.StreamWrapper C# (CSharp) Method

StreamWrapper() public method

public StreamWrapper ( Stream stream ) : System
stream Stream
return System
        public StreamWrapper( Stream stream )
        {
            this.stream = stream;
        }