示例#1
0
 public void SendMessage(MessageManager noticer, string text)
 {
     noticer.AddOutputMessage(new Message(this, text));
 }