private void OutputView_TextChanged(object sender, TextChangedEventArgs e)
 {
     OutputView.ScrollToEnd(); //滚动到末尾
 }