Changeset 17471 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/ViewModels/StringValueVM.cs
- Timestamp:
- 03/09/20 10:36:09 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/ViewModels/StringValueVM.cs
r17464 r17471 3 3 using System.Linq; 4 4 using System.Text; 5 using System.Threading; 5 6 using System.Threading.Tasks; 7 using System.Windows.Forms; 6 8 7 9 namespace HeuristicLab.JsonInterface.OptimizerIntegration { 8 10 public class StringValueVM : JsonItemVMBase { 9 11 public override Type JsonItemType => typeof(StringJsonItem); 10 public override JsonItemBaseControl Control =>11 new JsonItem BaseControl(this, new JsonItemValidValuesControl(this));12 public override UserControl Control => 13 new JsonItemValidValuesControl(this); 12 14 13 15 public string Value {
Note: See TracChangeset
for help on using the changeset viewer.