WPF 页面传值!我想从APP.xaml 也面传个值到其他界面怎么实现![解决办法] Application.Current.Properties["xxxx"] 这样使用或者 public static bool exit = false;其余界面调用 APP.EXIT 就行了