ARCed.Controls.ParamBox.ParamBox C# (CSharp) Метод

ParamBox() публичный Метод

Constructor with arguments to set initial values;
public ParamBox ( int index, decimal value ) : System
index int Parameter index of the control
value decimal Value of the control
Результат System
        public ParamBox(int index, decimal value)
        {
            this.InitializeComponent();
            this.ParameterIndex = index;
            this.Value = value;
        }

Same methods

ParamBox::ParamBox ( ) : System