添加项目文件。
This commit is contained in:
24
MetroGauges/WpfPalette.xaml.cs
Normal file
24
MetroGauges/WpfPalette.xaml.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Configuration;
|
||||
|
||||
namespace MetroGauges
|
||||
{
|
||||
/// <summary>
|
||||
/// Skinsetting.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class WpfPalette
|
||||
{
|
||||
|
||||
public WpfPalette()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void WindowClose_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Hide();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user