Exemplo n.º 1
0
 public static void ImprimirEnColor()
 {
     Console.ForegroundColor = Sello.color;
     Console.WriteLine(Sello.Imprimir());
 }
Exemplo n.º 2
0
 public static string Imprimir()
 {
     return(Sello.ArmarMensaje());
 }