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 | |
---|
1 | using System.Windows.Forms;
|
---|
2 |
|
---|
3 | namespace 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.