hMailServer.Administrator.Controls.ucComboBox.ucComboBox C# (CSharp) Method

ucComboBox() public method

public ucComboBox ( ) : System
return System
        public ucComboBox()
        {
            _internalText = "";
             _keys = new List<object>();
        }