Елизавета Голубева 2 年之前
父节点
当前提交
b1a813820f
共有 2 个文件被更改,包括 13 次插入0 次删除
  1. 12 0
      WpfApp7/DataBase.cs
  2. 1 0
      WpfApp7/WpfApp7.csproj

+ 12 - 0
WpfApp7/DataBase.cs

@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace WpfApp7
+{
+    class DataBase
+    {
+    }
+}

+ 1 - 0
WpfApp7/WpfApp7.csproj

@@ -63,6 +63,7 @@
       <DependentUpon>App.xaml</DependentUpon>
       <SubType>Code</SubType>
     </Compile>
+    <Compile Include="DataBase.cs" />
     <Compile Include="MainWindow.xaml.cs">
       <DependentUpon>MainWindow.xaml</DependentUpon>
       <SubType>Code</SubType>