Example #1
0
 public static string imprimir()
 {
     return(Sello.ArmarFormatoMensaje());
 }
Example #2
0
 public static string Imprimir()
 {
     Sello.Recuadro();
     return(Sello.Mensaje);
 }