public ZipEventListener(MainWindow window) { this.window = window; textBlock.Text = "就绪"; window.SBar.Items.Add(textBlock); }
public ZipUtil(MainWindow window) { eventListener = new ZipEventListener(window); }