- Timestamp:
- 01/16/15 11:23:17 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Scripting/3.3/Scripts
- Files:
-
- 2 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Scripting/3.3/Scripts/CSharp/CSharpScript.cs
r11747 r11787 35 35 #region Constants 36 36 protected const string ExecuteMethodName = "Execute"; 37 protected override string CodeTemplate { get { return ReadCodeTemplate("HeuristicLab.Scripting.CSharpScriptCode.cs"); } }37 protected override string CodeTemplate { get { return ScriptTemplates.CSharpScriptTemplate; } } 38 38 #endregion 39 39
Note: See TracChangeset
for help on using the changeset viewer.