Changeset 4983 for branches/UserManagement/HeuristicLab.Services.Authentication.TestClient2/Program.cs
- Timestamp:
- 11/28/10 23:11:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UserManagement/HeuristicLab.Services.Authentication.TestClient2/Program.cs
r4979 r4983 26 26 Console.WriteLine(u.Name); 27 27 } 28 Console.ReadLine(); 28 Console.ReadLine(); 29 29 30 //System.Windows.Forms.Application.Run(new UserManagement());30 System.Windows.Forms.Application.Run(new Form1()); 31 31 } 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.