Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace Sistema1
- {
- class Computador
- {
- // ...
- }
- }
- namespace Sistema2
- {
- using Sistema1;
- class Escritorio : Computador
- {
- // ...
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement