diff --git a/Window/UserSet.xaml b/Window/UserSet.xaml new file mode 100644 index 0000000..baa398d --- /dev/null +++ b/Window/UserSet.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/Window/UserSet.xaml.cs b/Window/UserSet.xaml.cs new file mode 100644 index 0000000..34cf729 --- /dev/null +++ b/Window/UserSet.xaml.cs @@ -0,0 +1,25 @@ +using System; +using System.Collections.Generic; +using System.Text; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Shapes; + +namespace SunlightAggregationManager.UserWindow +{ + /// + /// UserSet.xaml 的交互逻辑 + /// + public partial class UserSet : Window + { + public UserSet() + { + InitializeComponent(); + } + } +}