Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/JobListViewControl.cs @ 4539

Last change on this file since 4539 was 4424, checked in by cneumuel, 14 years ago
  • Added and updated License Information in every file
  • Sort and remove usings in every file
  • Deleted obsolete DataAccess.ADOHelper
  • Deleted some obsolete files
File size: 225 bytes
Line 
1using System.Windows.Forms;
2
3namespace HeuristicLab.Hive.Server.ServerConsole {
4  public partial class JobListViewControl : UserControl {
5    public JobListViewControl() {
6      InitializeComponent();
7    }
8  }
9}
Note: See TracBrowser for help on using the repository browser.