Guest User

Untitled

a guest
Jun 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Public Isomething1 Interface
  2. {
  3. string name{get;set;}
  4. }
  5.  
  6. Public Isomething2 Interface
  7. {
  8. Isomething1 aThing{get;set;}
  9. }
  10.  
  11. Public Isomething3 Interface: Isomething1
  12. {
  13. string name{get;set;}
  14. }
  15.  
  16. Public Isomething4 Interface:Isomething2
  17. {
  18. Isomething3 aThing{get;set;}
  19. }
Add Comment
Please, Sign In to add comment