Changeset 4478 for branches/WebApplication/Administration/Views
- Timestamp:
- 09/23/10 20:06:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/Administration/Views/DefaultViewPresenter.cs
r4476 r4478 15 15 this._controller = controller; 16 16 } 17 18 public string GetDateTimeString() 19 { 20 return _controller.GetDateTimeString(); 21 } 17 22 } 18 23 }
Note: See TracChangeset
for help on using the changeset viewer.