Changeset 4828
- Timestamp:
- 11/17/10 15:06:41 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators.Programmable/3.3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj
r4477 r4828 116 116 <DependentUpon>ProgrammableOperatorView.cs</DependentUpon> 117 117 </Compile> 118 <Compile Include="ProgrammableSingleSuccessorOperator.cs" /> 118 119 <Compile Include="Properties\AssemblyInfo.cs" /> 119 120 <Compile Include="Properties\Resources.Designer.cs"> -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs
r4764 r4828 212 212 213 213 protected void OnSignatureChanged() { 214 executeMethod = null; 214 215 EventHandler handler = SignatureChanged; 215 216 if (handler != null) handler(this, EventArgs.Empty);
Note: See TracChangeset
for help on using the changeset viewer.