Advertisement
Fhernd

PruebaLibrerias.cs

Nov 12th, 2017
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1. extern alias U1;
  2. extern alias U2;
  3.  
  4. class PruebaLibrerias
  5. {
  6.     static void Main()
  7.     {
  8.         U1.Utilidades.Validadores v1 = new U1.Utilidades.Validadores();
  9.         U2.Utilidades.Validadores v2 = new U2.Utilidades.Validadores();
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement