using BPA.Helper; using System.Windows.Controls; namespace BPASmartClient.DosingSystem.View { /// /// CommParSetView.xaml 的交互逻辑 /// public partial class CommParSetView : UserControl { public CommParSetView() { InitializeComponent(); this.Unloaded += (o, e) => { Json.Save(); }; } } }