using System.Windows; using System.Windows.Controls; using System.Configuration; namespace MetroGauges { /// /// Skinsetting.xaml 的交互逻辑 /// public partial class WpfPalette { public WpfPalette() { InitializeComponent(); } private void WindowClose_Click(object sender, RoutedEventArgs e) { Hide(); } } }