CmisSync.SetupSubLoginController.RemoveEvent C# (CSharp) 메소드

RemoveEvent() 공개 메소드

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