Duck Purple преди 5 години
родител
ревизия
5865970283
променени са 2 файла, в които са добавени 13 реда и са изтрити 0 реда
  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>