CmisSync.SetupSubCustomizeController.InsertEvent C# (CSharp) Method

InsertEvent() public method

public InsertEvent ( ) : void
return void
        void InsertEvent()
        {
            this.RepoNameDelegate.StringValueChanged += CheckRepoNameText;
            this.LocalPathDelegate.StringValueChanged += CheckLocalPathText;
            Controller.UpdateAddProjectButtonEvent += SetAddButton;
            Controller.LocalPathExists += LocalPathExistsHandler;
        }