Ejemplo n.º 1
0
 public static string Mostrar(Tinta tinta)
 {
     return(tinta.Mostrar());
 }
Ejemplo n.º 2
0
 private string Mostrar()
 {
     return(this._cantidad + " - " + this._marca + " - " +
            Tinta.Mostrar(this._tinta));
 }