Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/LogonDlg.cs @ 4467

Last change on this file since 4467 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: 198 bytes
Line 
1using System.Windows.Forms;
2
3namespace HeuristicLab.Hive.Server.ServerConsole {
4  public partial class LogonDlg : Form {
5    public LogonDlg() {
6      InitializeComponent();
7    }
8  }
9}
Note: See TracBrowser for help on using the repository browser.