Beyond_Beyaan.BBNumericUpDown.SetMax C# (CSharp) Méthode

SetMax() public méthode

public SetMax ( int max ) : void
max int
Résultat void
        public void SetMax(int max)
        {
            _maximum = max;
            CheckAmount();
        }