source:
branches/WebApplication/Modules/Shell/Views/DefaultViewPresenter.cs
@
4695
Last change on this file since 4695 was 4476, checked in by cfleisch, 14 years ago | |
---|---|
File size: 328 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Text; |
4 | using Microsoft.Practices.ObjectBuilder; |
5 | using Microsoft.Practices.CompositeWeb; |
6 | |
7 | namespace OKB.Shell.Views |
8 | { |
9 | public class DefaultViewPresenter : Presenter<IDefaultView> |
10 | { |
11 | public DefaultViewPresenter() |
12 | { |
13 | } |
14 | } |
15 | } |
Note: See TracBrowser
for help on using the repository browser.