Advertisement
orfen

secModule-ipage

Dec 6th, 2011
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1.  
  2. namespace lib.ioc.di
  3. {
  4.     /// <summary>
  5.     /// Interface for all pages
  6.     /// </summary>
  7.     public interface IPage
  8.     {
  9.  
  10.         //just a simple property for testing
  11.         IResource Resource { get; set; }
  12.     }
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement