Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/Modules/Shell/Views/DefaultViewPresenter.cs @ 4476

Last change on this file since 4476 was 4476, checked in by cfleisch, 14 years ago

Create repository (#1198)

File size: 328 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using Microsoft.Practices.ObjectBuilder;
5using Microsoft.Practices.CompositeWeb;
6
7namespace 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.