using System.Windows; namespace formula_manage { /// /// Help.xaml 的交互逻辑 /// public partial class Help : Window { public Help() { WindowStartupLocation = WindowStartupLocation.CenterScreen; InitializeComponent(); } } }