Beyond_Beyaan.BBNumericUpDown.SetValue C# (CSharp) Method

SetValue() public method

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