hMailServer.Administrator.ucAlias.LoadData C# (CSharp) 메소드

LoadData() 공개 메소드

public LoadData ( ) : void
리턴 void
        public void LoadData()
        {
            if (representedObject == null)
                return;

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