Last change
on this file since 11470 was
10514,
checked in by bburlacu, 11 years ago
|
#1772: Added user controls for displaying lineages and tracking building blocks with the help of the genealogy graph (work in progress).
|
File size:
228 bytes
|
Rev | Line | |
---|
[10264] | 1 | using System.Windows.Forms;
|
---|
| 2 |
|
---|
[10514] | 3 | namespace HeuristicLab.EvolutionTracking.Views {
|
---|
[10264] | 4 | public partial class FrequentFragmentsDialog : Form {
|
---|
| 5 | public FrequentFragmentsDialog() {
|
---|
| 6 | InitializeComponent();
|
---|
| 7 |
|
---|
| 8 | }
|
---|
| 9 | }
|
---|
| 10 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.