Beyond_Beyaan.BBNumericUpDown.SetMax C# (CSharp) Method

SetMax() public method

public SetMax ( int max ) : void
max int
return void
        public void SetMax(int max)
        {
            _maximum = max;
            CheckAmount();
        }