source:
branches/WebApplication/Administration/Views/IDefaultView.cs
@
4585
Last change on this file since 4585 was 4476, checked in by cfleisch, 14 years ago | |
---|---|
File size: 163 bytes |
Rev | Line | |
---|---|---|
[4476] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Text; | |
4 | ||
5 | namespace OKB.Administration.Views | |
6 | { | |
7 | public interface IDefaultView | |
8 | { | |
9 | } | |
10 | } |
Note: See TracBrowser
for help on using the repository browser.