source:
branches/UserManagement/HeuristicLab.Services.Authentication.TestClient2/Program.cs
@
4930
Last change on this file since 4930 was 4789, checked in by mjesner, 14 years ago | |
---|---|
File size: 388 bytes |
Rev | Line | |
---|---|---|
[4740] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | using HeuristicLab.Services.Authentication.DataTransfer; | |
6 | ||
[4789] | 7 | namespace HeuristicLab.Services.Authentication.TestClient2 |
8 | { | |
9 | class Program | |
10 | { | |
11 | static void Main(string[] args) | |
12 | { | |
13 | System.Windows.Forms.Application.Run(new UserManagement()); | |
14 | } | |
[4740] | 15 | } |
16 | } |
Note: See TracBrowser
for help on using the repository browser.