<TextBox x:Name="textBox1" Text="{Binding Parameters.PDFPath, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" />
Parameters.PDFPath 这个对象在另一个类中,如何绑定??