Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.2/sources/HeuristicLab.Hive.Server.Console/3.2/LogonDlg.cs @ 4539

Last change on this file since 4539 was 2065, checked in by mbecirov, 15 years ago

#586: Added authorization components.

File size: 361 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Data;
5using System.Drawing;
6using System.Linq;
7using System.Text;
8using System.Windows.Forms;
9
10namespace 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.