Ejemplo n.º 1
0
 public ErrorList()
 {
     this.InitializeComponent();
     this.DataContext = this;
     ErrorListener.ListenerUpdated += this.ErrorListener_ListenerUpdated;
     ErrorListener.Update();
 }