CmisSync.SetupSubLoginController.SetContinueButton C# (CSharp) Method

SetContinueButton() public method

public SetContinueButton ( bool enabled ) : void
enabled bool
return void
        void SetContinueButton(bool enabled) {
            InvokeOnMainThread(delegate {
                ContinueButton.Enabled = enabled;
//                ContinueButton.KeyEquivalent = "\r";
            });
        }