diff --git a/UserWindow/MachineSet.xaml b/UserWindow/MachineSet.xaml new file mode 100644 index 0000000..306ce6c --- /dev/null +++ b/UserWindow/MachineSet.xaml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/UserWindow/MachineSet.xaml.cs b/UserWindow/MachineSet.xaml.cs new file mode 100644 index 0000000..f387ed5 --- /dev/null +++ b/UserWindow/MachineSet.xaml.cs @@ -0,0 +1,45 @@ +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 +{ + /// + /// MachineSet.xaml 的交互逻辑 + /// + public partial class MachineSet : Window + { + public MachineSet() + { + InitializeComponent(); + } + + private void Button_Preservation(object sender, RoutedEventArgs e) + { + + } + + private void Button_Delete(object sender, RoutedEventArgs e) + { + + } + + private void DataGridm_MouseDoubleClick(object sender, MouseButtonEventArgs e) + { + + } + + private void Window_Loaded(object sender, RoutedEventArgs e) + { + + } + } +} diff --git a/View/MachinePage.xaml b/View/MachinePage.xaml index d69a5b1..6f74b96 100644 --- a/View/MachinePage.xaml +++ b/View/MachinePage.xaml @@ -59,6 +59,11 @@ + + + + + -