hMailServer.Administrator.ucIncomingRelay.LoadData C# (CSharp) Method

LoadData() public method

public LoadData ( ) : void
return void
        public void LoadData()
        {
            if (_representedObject == null)
                return;

            textName.Text = _representedObject.Name;
            textLower.Text = _representedObject.LowerIP;
            textUpper.Text = _representedObject.UpperIP;
        }