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