- Timestamp:
- 01/04/13 14:21:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/Job.cs
r7259 r9107 35 35 #region Constructors and Cloning 36 36 public Job() { 37 this.ResourceNames = "HEAL";38 this.DateCreated = DateTime.Now;39 this.Permission = Permission.Full;37 ResourceNames = "HEAL"; 38 DateCreated = DateTime.Now; 39 Permission = Permission.Full; 40 40 } 41 41
Note: See TracChangeset
for help on using the changeset viewer.