Changeset 10761
- Timestamp:
- 04/22/14 10:40:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Scripting.Views/3.3/ScriptView.cs
r10731 r10761 91 91 92 92 protected virtual void CodeEditorOnTextEditorTextChanged(object sender, EventArgs e) { 93 if (Content == null) return; 93 94 Content.Code = codeEditor.UserCode; 94 95 }
Note: See TracChangeset
for help on using the changeset viewer.