CmisSync.SetupSubLoginController.InsertEvent C# (CSharp) Method

InsertEvent() public method

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