no message
This commit is contained in:
@@ -35,7 +35,8 @@ public class UpdateSapforProperty extends Pass<Object> {
|
||||
if (percentsForm.ShowDialog(description, oldValue))
|
||||
newValue = percentsForm.Result;
|
||||
break;
|
||||
case "DVMConvertationOptions": case "ANALYSIS_OPTIONS":
|
||||
case "DVMConvertationOptions":
|
||||
case "ANALYSIS_OPTIONS":
|
||||
TextFieldDialog textFieldDialog = new TextFieldDialog();
|
||||
if (textFieldDialog.ShowDialog(description, oldValue)) {
|
||||
newValue = textFieldDialog.Result;
|
||||
|
||||
Reference in New Issue
Block a user