Changeset 17417 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Shared/JsonItemBaseControl.cs
- Timestamp:
- 02/03/20 15:13:35 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Shared/JsonItemBaseControl.cs
r17410 r17417 11 11 namespace HeuristicLab.JsonInterface.OptimizerIntegration { 12 12 public partial class JsonItemBaseControl : UserControl { 13 pr ivateJsonItemVMBase VM { get; set; }13 protected JsonItemVMBase VM { get; set; } 14 14 15 15 private JsonItemBaseControl() {
Note: See TracChangeset
for help on using the changeset viewer.