source:
trunk/sources/HeuristicLab.Hive.Server.Console/3.2/LogonDlg.cs
@
2502
Last change on this file since 2502 was 2065, checked in by mbecirov, 15 years ago | |
---|---|
File size: 361 bytes |
Rev | Line | |
---|---|---|
[2065] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.ComponentModel; | |
4 | using System.Data; | |
5 | using System.Drawing; | |
6 | using System.Linq; | |
7 | using System.Text; | |
8 | using System.Windows.Forms; | |
9 | ||
10 | namespace HeuristicLab.Hive.Server.ServerConsole { | |
11 | public partial class LogonDlg : Form { | |
12 | public LogonDlg() { | |
13 | InitializeComponent(); | |
14 | } | |
15 | } | |
16 | } |
Note: See TracBrowser
for help on using the repository browser.