GHWizard.UserInputForm.EnableOrDisableContinue C# (CSharp) 메소드

EnableOrDisableContinue() 개인적인 메소드

private EnableOrDisableContinue ( ) : void
리턴 void
        private void EnableOrDisableContinue()
        {
            finish.Enabled =
            IsTextBoxAllRight(addondisplayname) && IsTextBoxAllRight(componentClassName) &&
            File.Exists(rhinoExepath.Text)&&
            File.Exists(rhinocommonPath.Text) &&
            File.Exists(grasshopperPath.Text);
        }