source:
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/FrequentFragmentsDialog.cs
@
10379
Last change on this file since 10379 was 10264, checked in by bburlacu, 11 years ago | |
---|---|
File size: 231 bytes |
Line | |
---|---|
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.