hMailServer.Administrator.Controls.ucIPAddress.Validate C# (CSharp) Method

Validate() public method

public Validate ( ) : void
return void
        public void Validate()
        {
            if (internalText.Length == 0)
             {
            // TODO: Show message.
             }
        }