Exemplo n.º 1
0
 public void TextWriting(string a_text)
 {
     Mediator.TextWriting(Name, a_text);
     Text = a_text;
 }