Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/Modules/Shell/Views/IDefaultView.cs @ 4578

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

Create repository (#1198)

File size: 154 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace OKB.Shell.Views
6{
7    public interface IDefaultView
8    {
9    }
10}
Note: See TracBrowser for help on using the repository browser.