hMailServer.Administrator.ucAlias.LoadData C# (CSharp) Méthode

LoadData() public méthode

public LoadData ( ) : void
Résultat void
        public void LoadData()
        {
            if (representedObject == null)
                return;

            textName.Text = representedObject.Name;
            textValue.Text = representedObject.Value;
            checkEnabled.Checked = representedObject.Active;
        }