CmisSync.SetupSubLoginController.RemoveEvent C# (CSharp) Method

RemoveEvent() public method

public RemoveEvent ( ) : void
return void
        void RemoveEvent() {
            this.AddressDelegate.StringValueChanged -= this.CheckAddressTextField;
            this.Controller.UpdateSetupContinueButtonEvent -= this.SetContinueButton;
            this.Controller.UpdateAddProjectButtonEvent -= this.SetContinueButton;
        }