hMailServer.Administrator.ucSSLCertificates.AddItem C# (CSharp) Method

AddItem() protected method

protected AddItem ( ) : void
return void
        protected override void AddItem()
        {
            IMainForm mainForm = Instances.MainForm;

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