liuyuqi-dellpc 1 year ago
parent
commit
8cdc11f697

+ 13 - 0
WindowLock/Pages/BaseForm.cs

@@ -0,0 +1,13 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace WindowLock.Pages
+{
+    internal class BaseForm : Form
+    {
+
+    }
+}

+ 0 - 0
WindowLock/Form1.Designer.cs → WindowLock/Pages/MainForm.Designer.cs


+ 0 - 0
WindowLock/Form1.cs → WindowLock/Pages/MainForm.cs


+ 0 - 0
WindowLock/Form1.resx → WindowLock/Pages/MainForm.resx


+ 2 - 0
WindowLock/Program.cs

@@ -13,5 +13,7 @@ namespace WindowLock
             ApplicationConfiguration.Initialize();
             Application.Run(new Form1());
         }
+
+
     }
 }