Last change
on this file since 9963 was
9420,
checked in by bburlacu, 12 years ago
|
#1772: Improved the LineageExplorerView, added generation labels in the GenealogyGraphChart, added new visual component VisualGenealogyGraphTextLabel.
|
File size:
231 bytes
|
Rev | Line | |
---|
[9420] | 1 | using System.Windows.Forms;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.EvolutionaryTracking.Views {
|
---|
| 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.