source:
branches/WebApplication/Administration/Views/IDefaultView.cs
@
5642
Last change on this file since 5642 was 4476, checked in by cfleisch, 14 years ago | |
---|---|
File size: 163 bytes |
Line | |
---|---|
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.