public partial class About : Window { public About() { //弹出框居中 WindowStartupLocation = WindowStartupLocation.CenterScreen; InitializeComponent(); } }