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

SetValue() public méthode

public SetValue ( int value ) : void
value int
Résultat void
        public void SetValue(int value)
        {
            this.Value = value;
            CheckAmount();
        }