System.Windows.Forms.HexBox.EmptyKeyInterpreter.EmptyKeyInterpreter C# (CSharp) 메소드

EmptyKeyInterpreter() 공개 메소드

public EmptyKeyInterpreter ( HexBox hexBox ) : System
hexBox HexBox
리턴 System
            public EmptyKeyInterpreter(HexBox hexBox)
            {
                _hexBox = hexBox;
            }