Changeset 13656 for branches/WebJobManager/HeuristicLab.DataPreprocessing/3.4/Content/ManipulationContent.cs
- Timestamp:
- 03/07/16 10:18:05 (9 years ago)
- Location:
- branches/WebJobManager
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.DataPreprocessing/3.4/Content/ManipulationContent.cs
r13508 r13656 20 20 #endregion 21 21 22 using System.Drawing;23 22 using HeuristicLab.Common; 24 23 using HeuristicLab.Core; … … 37 36 public FilterLogic FilterLogic { get { return filterLogic; } } 38 37 39 public static new Image StaticItemImage { 40 get { return HeuristicLab.Common.Resources.VSImageLibrary.Method; } 41 } 38 42 39 43 40 public ManipulationContent(ManipulationLogic theManipulationLogic, SearchLogic theSearchLogic, FilterLogic theFilterLogic) {
Note: See TracChangeset
for help on using the changeset viewer.