APG.UI.UserLoginDialog.SetAuthentificationMode C# (CSharp) Method

SetAuthentificationMode() private method

private SetAuthentificationMode ( bool value ) : void
value bool
return void
        private void SetAuthentificationMode(bool value)
        {
            if (value)
                SetWindowsCred();

            SetTextBoxEnabed();
            checkBox1.Checked = value;
        }