FECipherVit.MsgProcessor.MsgProcessor C# (CSharp) Method

MsgProcessor() public method

public MsgProcessor ( FECipherVit _Owner ) : System
_Owner FECipherVit
return System
        public MsgProcessor(FECipherVit _Owner)
        {
            Owner = _Owner;
        }