- Timestamp:
- 08/20/12 13:00:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.PluginInfrastructure/3.3/ApplicationManager.cs
r7259 r8506 37 37 get { 38 38 if (appManager == null) 39 appManager = new LightweightApplicationManager();39 appManager = new WebApplicationManager(); 40 40 return appManager; 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.