Exemplo n.º 1
0
 public BigTextDecorator(BaseText baseText)
 {
     text = baseText;
 }
Exemplo n.º 2
0
 public ItalicTextDecorator(BaseText baseText)
 {
     text = baseText;
 }