Advertisement
Fhernd

ProgramaCliente.cs

Nov 12th, 2017
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.35 KB | None | 0 0
  1. using System;
  2.  
  3. using ValidadorEmailDevSmart = DevSmart.ValidadorEmail;
  4. using ValidadorEmailAndesSoft = AndesSoft.ValidadorEmail;
  5.  
  6. namespace NuevoSistema
  7. {
  8.     class ProgramaCliente
  9.     {
  10.         static void Main()
  11.         {
  12.             ValidadorEmailDevSmart validadorEmail1;
  13.             ValidadorEmailAndesSoft validadorEmail2;
  14.         }
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement