Free cookie consent management tool by TermsFeed Policy Generator

source: branches/UserManagement/HeuristicLab.Services.Authentication.TestClient2/Program.cs @ 4789

Last change on this file since 4789 was 4789, checked in by mjesner, 13 years ago

#1196

File size: 388 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.Services.Authentication.DataTransfer;
6
7namespace 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        }
15    }
16}
Note: See TracBrowser for help on using the repository browser.