Baka_MPlayer.Forms.JumpForm.ValidEntry C# (CSharp) Method

ValidEntry() private method

private ValidEntry ( bool allowJump ) : void
allowJump bool
return void
        private void ValidEntry(bool allowJump)
        {
            checkPicbox.Image = allowJump ?
                Properties.Resources.exists : Properties.Resources.not_exists;
            jumpButton.Enabled = allowJump;
        }