Advertisement
Fhernd

Utilidades.cs

Nov 15th, 2017
901
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.33 KB | None | 0 0
  1. public static class Utilidades
  2. {
  3.     public static int Errores = 0;
  4.    
  5.     public static bool EmailValido (string email)
  6.     {
  7.         // implementación de lógica del método estático
  8.     }
  9.    
  10.     public static string CalcularHash (string file)
  11.     {
  12.         // implementación de lógica del método estático
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement