Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/StructureTemplate/SubFunctionListView.cs @ 18063

Last change on this file since 18063 was 18063, checked in by dpiringe, 2 years ago

#3136

  • added view components and classes for sub functions
File size: 484 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Drawing;
5using System.Linq;
6using System.Text;
7using System.Threading.Tasks;
8using System.Windows.Forms;
9using HeuristicLab.Core;
10using HeuristicLab.Core.Views;
11
12namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
13  public partial class SubFunctionListView : ItemListView<SubFunction> {
14    public SubFunctionListView() {
15      InitializeComponent();
16    }
17  }
18}
Note: See TracBrowser for help on using the repository browser.