Threshold.UpdateFromGUI C# (CSharp) Method

UpdateFromGUI() public method

public UpdateFromGUI ( int newThreshold ) : void
newThreshold int
return void
    public void UpdateFromGUI(int newThreshold)
    {
        t = newThreshold;
        /*
         * t_previous_on_this_mode && t_stored_on_chronopic
         * are not updated now to don't bother SQL and Chronopic
         * they are updated on test execution (if needed)
         */
    }