AutocompleteMenuNS.TextBoxWrapper.TextBoxWrapper C# (CSharp) Method

TextBoxWrapper() private method

private TextBoxWrapper ( Control targetControl ) : System
targetControl System.Windows.Forms.Control
return System
        private TextBoxWrapper(Control targetControl)
        {
            target = targetControl;
            Init();
        }