Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/16/15 11:23:17 (10 years ago)
Author:
jkarder
Message:

#2262: refactored code template loading

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  
    3535    #region Constants
    3636    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; } }
    3838    #endregion
    3939
Note: See TracChangeset for help on using the changeset viewer.