Duck Purple 5 years ago
parent
commit
5865970283
2 changed files with 13 additions and 0 deletions
  1. 12 0
      WindowsFormsApp1/Class1.cs
  2. 1 0
      WindowsFormsApp1/WindowsFormsApp1.csproj

+ 12 - 0
WindowsFormsApp1/Class1.cs

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

+ 1 - 0
WindowsFormsApp1/WindowsFormsApp1.csproj

@@ -46,6 +46,7 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="Class1.cs" />
     <Compile Include="Form1.cs">
       <SubType>Form</SubType>
     </Compile>