Елизавета Голубева 2 anos atrás
pai
commit
b1a813820f
2 arquivos alterados com 13 adições e 0 exclusões
  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>