public Negrito(ITexto texto)
 {
     this.texto = texto;
 }
 public Sublinhado(ITexto text)
 {
     this.text = text;
 }
 public Italico(ITexto text)
 {
     this.text = text;
 }
Exemple #4
0
 public void AsignarTexto(ITexto texto)
 {
     this.texto = texto;
 }