APG.UI.UserLoginDialog.SetAuthentificationMode C# (CSharp) Метод

SetAuthentificationMode() приватный Метод

private SetAuthentificationMode ( bool value ) : void
value bool
Результат void
        private void SetAuthentificationMode(bool value)
        {
            if (value)
                SetWindowsCred();

            SetTextBoxEnabed();
            checkBox1.Checked = value;
        }