Ejemplo n.º 1
0
 public Negrito(ITexto texto)
 {
     this.texto = texto;
 }
Ejemplo n.º 2
0
 public Sublinhado(ITexto text)
 {
     this.text = text;
 }
Ejemplo n.º 3
0
 public Italico(ITexto text)
 {
     this.text = text;
 }
Ejemplo n.º 4
0
 public void AsignarTexto(ITexto texto)
 {
     this.texto = texto;
 }