Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- extern alias U1;
- extern alias U2;
- class PruebaLibrerias
- {
- static void Main()
- {
- U1.Utilidades.Validadores v1 = new U1.Utilidades.Validadores();
- U2.Utilidades.Validadores v2 = new U2.Utilidades.Validadores();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement