diff --git a/UserWindow/UserSet.xaml b/UserWindow/UserSet.xaml index baa398d..13f8a28 100644 --- a/UserWindow/UserSet.xaml +++ b/UserWindow/UserSet.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:SunlightAggregationManager.UserWindow" mc:Ignorable="d" - Title="UserSet" Height="450" Width="800" WindowStyle="None" > + Title="UserSet" Height="450" Width="800"> diff --git a/Window/UserSet.xaml b/Window/UserSet.xaml deleted file mode 100644 index baa398d..0000000 --- a/Window/UserSet.xaml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - diff --git a/Window/UserSet.xaml.cs b/Window/UserSet.xaml.cs deleted file mode 100644 index 34cf729..0000000 --- a/Window/UserSet.xaml.cs +++ /dev/null @@ -1,25 +0,0 @@ -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(); - } - } -}