void dictionary_Notification(object sender, NotificationEventArgs e) { Dispatcher.Invoke(new Action(delegate() { listBox1.Items.Add(e.Value.ToString()); })); }
void IMessageController.Notified(NotificationEventArgs args) { if (this.IsAlive) CastTargetController.Notified(args); }