Opc.Ua.Configuration.AccessRuleListDlg.AccessRuleListDlg C# (CSharp) Méthode

AccessRuleListDlg() public méthode

public AccessRuleListDlg ( ) : System
Résultat System
        public AccessRuleListDlg()
        {
            InitializeComponent();

            InstructionsTB.Text =
            "The access rules displayed in this dialog are simplified versions of the operating system access rights. " +
            "If applied they will be mapped to the appropriate combination of operating system access rights.";
        }