Seal.Forms.SecurityEditorForm.ConfigurationEditorForm_Load C# (CSharp) Méthode

ConfigurationEditorForm_Load() private méthode

private ConfigurationEditorForm_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void
        private void ConfigurationEditorForm_Load(object sender, EventArgs e)
        {
            infoTextBox.Text = @"This editor allows to configure the security used to publish your reports on the Web Server.

            Security groups define which repository folders are published and which columns are shown in the Web Report Designer.
            The security provider performs the authentication and select the security groups of the user.
            ";

            Visible = true;
        }