Advertisement
Fhernd

DirectivaUsingAnidada.cs

Nov 12th, 2017
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. namespace Sistema1
  2. {
  3.     class Computador
  4.     {
  5.         // ...
  6.     }
  7. }
  8.  
  9. namespace Sistema2
  10. {
  11.     using Sistema1;
  12.  
  13.     class Escritorio : Computador
  14.     {
  15.         // ...
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement