hMailServer.Administrator.ucDistributionLists.AddItem C# (CSharp) Méthode

AddItem() protected méthode

protected AddItem ( ) : void
Résultat void
        protected override void AddItem()
        {
            IMainForm mainForm = Instances.MainForm;

            // Show the new account.
            NodeDistributionList newNode = new NodeDistributionList(_domainID, "", 0);
            mainForm.ShowItem(newNode);
        }