Example #1
0
 public static string Imprimir()
 {
     return(Sello.ArmarFormatoMensaje());
 }
Example #2
0
 public static string Imprimir()
 {
     mensaje = Sello.ArmarFormatoMensaje();
     return(Sello.mensaje);
 }
Example #3
0
 public static void ImprimirEnColor()
 {
     Console.ForegroundColor = color;
     Console.WriteLine(Sello.ArmarFormatoMensaje());
     Console.ForegroundColor = ConsoleColor.Gray;
 }