public InfoShowerViewModel(LogObserverable observer) { observer.Attach(this); this.Msgs = new BindableCollection <InfoItem>(); //this.Msgs = new Queue<InfoItem>(200); }
public ExceptionShowerViewModel(LogObserverable observer) { observer.Attach(this); this.Exceptions = new BindableCollection <Exception>(exceptions); }