Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/17/15 14:19:44 (8 years ago)
Author:
jkarder
Message:

#2298: applied some of the changes suggested by mkommend in comment:14:ticket:2298

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Scripting/3.3/Scripts/CSharp/CSharpScript.cs

    r13080 r13218  
    3232  [StorableClass]
    3333  public class CSharpScript : ExecutableScript, IStorableContent {
    34     #region Constants
    35     protected override string CodeTemplate { get { return ScriptTemplates.CSharpScriptTemplate; } }
    36     #endregion
    37 
    3834    #region Fields & Properties
    3935    private CSharpScriptBase compiledScript;
     
    5652    }
    5753    public CSharpScript()
    58       : base() {
     54      : base(ScriptTemplates.CSharpScriptTemplate) {
    5955      variableStore = new VariableStore();
    6056    }
Note: See TracChangeset for help on using the changeset viewer.