Advertisement
Fhernd

PruebaDirectivaUsing.cs

Nov 12th, 2017
761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. using Exterior.Intermedio.Interior;
  2.  
  3. class PruebaDirectivaUsing
  4. {
  5.     static void Main()
  6.     {
  7.         Clase1 objClase1;   // No se requiere el uso del nombre completamente calificado
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement