Seal.Forms.SecurityEditorForm.ConfigurationEditorForm_Load C# (CSharp) 메소드

ConfigurationEditorForm_Load() 개인적인 메소드

private ConfigurationEditorForm_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 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;
        }