Exemple #1
0
 public static void ImprimirenColor()
 {
     Console.ForegroundColor = Sello.Color;
     Console.WriteLine(Sello.Imprimir());
     Console.ForegroundColor = ConsoleColor.Gray;
 }