Changeset 7201 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 12/19/11 03:17:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs
r5781 r7201 52 52 } 53 53 54 public override System.Drawing.ImageItemImage { get { return VSImageLibrary.Script; } }54 public static new System.Drawing.Image StaticItemImage { get { return VSImageLibrary.Script; } } 55 55 56 56 private MethodInfo executeMethod; … … 280 280 assemblies.Add(a, false); 281 281 } 282 } catch (NotSupportedException) { 282 } 283 catch (NotSupportedException) { 283 284 // NotSupportedException is thrown while accessing 284 285 // the Location property of the anonymously hosted
Note: See TracChangeset
for help on using the changeset viewer.