- Timestamp:
- 04/18/10 22:16:08 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleValueView.cs
r3362 r3402 105 105 Content.SetValue(valueTextBox.Text); 106 106 errorProvider.SetError(valueTextBox, string.Empty); 107 valueTextBox.Text = Content.GetValue(); 107 108 } 108 109 }
Note: See TracChangeset
for help on using the changeset viewer.