Пример #1
0
 private void onRHSValueValueSet(ParameterDTO parameter, bool useRHS)
 {
     parameter.HasRHS = useRHS;
     showRHSPanel     = parameter.HasRHS;
     _presenter.SetUseRHSFormula(useRHS);
     //we need to trigger the view changed event to ensure that the CanClose is evaluated again
     NotifyViewChanged();
 }