diff --git a/DM_Weight/App.config b/DM_Weight/App.config
index fbfd851..d9ffd44 100644
--- a/DM_Weight/App.config
+++ b/DM_Weight/App.config
@@ -3,7 +3,7 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/DM_Weight/Views/Dialog/AddToJiaoJieDialog.xaml b/DM_Weight/Views/Dialog/AddToJiaoJieDialog.xaml
new file mode 100644
index 0000000..6057632
--- /dev/null
+++ b/DM_Weight/Views/Dialog/AddToJiaoJieDialog.xaml
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/DM_Weight/Views/Dialog/AddToJiaoJieDialog.xaml.cs b/DM_Weight/Views/Dialog/AddToJiaoJieDialog.xaml.cs
new file mode 100644
index 0000000..92f8192
--- /dev/null
+++ b/DM_Weight/Views/Dialog/AddToJiaoJieDialog.xaml.cs
@@ -0,0 +1,28 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+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.Navigation;
+using System.Windows.Shapes;
+
+namespace DM_Weight.Views.Dialog
+{
+ ///
+ /// AddToJiaoJieDialog.xaml 的交互逻辑
+ ///
+ public partial class AddToJiaoJieDialog : UserControl
+ {
+ public AddToJiaoJieDialog()
+ {
+ InitializeComponent();
+ }
+ }
+}