diff --git a/Windows/SQL_BAK.xaml b/Windows/SQL_BAK.xaml new file mode 100644 index 0000000..c241c13 --- /dev/null +++ b/Windows/SQL_BAK.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/Windows/SQL_BAK.xaml.cs b/Windows/SQL_BAK.xaml.cs new file mode 100644 index 0000000..e309991 --- /dev/null +++ b/Windows/SQL_BAK.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 +{ + /// + /// SQL_BAK.xaml 的交互逻辑 + /// + public partial class SQL_BAK : Window + { + public SQL_BAK() + { + InitializeComponent(); + } + } +} diff --git a/formula_manage.csproj b/formula_manage.csproj index 133ba38..e88377a 100644 --- a/formula_manage.csproj +++ b/formula_manage.csproj @@ -88,6 +88,9 @@ Sql.xaml + + SQL_BAK.xaml + Stuff.xaml @@ -122,6 +125,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile