Last change
on this file since 9963 was
9239,
checked in by bburlacu, 12 years ago
|
#1772: Minor updates to existing views. Added LineageExplorerView.
|
File size:
340 bytes
|
Line | |
---|
1 | using System.Windows.Forms;
|
---|
2 |
|
---|
3 | namespace HeuristicLab.EvolutionaryTracking.Views {
|
---|
4 | public partial class GenealogyGraphDialog : Form {
|
---|
5 | public SymbolicExpressionTreeGenealogyGraph Graph {
|
---|
6 | set { genealogyGraphChart1.Graph = value; }
|
---|
7 | }
|
---|
8 |
|
---|
9 | public GenealogyGraphDialog() {
|
---|
10 | InitializeComponent();
|
---|
11 | }
|
---|
12 | }
|
---|
13 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.