diff --git a/Windows/Print.xaml b/Windows/Print.xaml
new file mode 100644
index 0000000..535abf9
--- /dev/null
+++ b/Windows/Print.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
diff --git a/Windows/Print.xaml.cs b/Windows/Print.xaml.cs
new file mode 100644
index 0000000..9792a5a
--- /dev/null
+++ b/Windows/Print.xaml.cs
@@ -0,0 +1,27 @@
+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.Shapes;
+
+namespace formula_manage.Windows
+{
+ ///
+ /// Print.xaml 的交互逻辑
+ ///
+ public partial class Print : Window
+ {
+ public Print()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/formula_manage.csproj b/formula_manage.csproj
index 819aeff..bc17fef 100644
--- a/formula_manage.csproj
+++ b/formula_manage.csproj
@@ -197,6 +197,9 @@
Dissolve.xaml
+
+ Print.xaml
+
User.xaml
@@ -255,6 +258,10 @@
MSBuild:Compile
Designer
+
+ Designer
+ MSBuild:Compile
+
MSBuild:Compile
Designer