Browse Source

执行代码清理

CaptB 4 months ago
parent
commit
deffb39acb
4 changed files with 3 additions and 32 deletions
  1. 1 8
      AboutBox1.cs
  2. 0 1
      Form1.cs
  3. 1 12
      Form2.cs
  4. 1 11
      main.cs

+ 1 - 8
AboutBox1.cs

@@ -1,11 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Drawing;
-using System.Linq;
-using System.Reflection;
-using System.Threading.Tasks;
-using System.Windows.Forms;
+using System.Reflection;
 
 namespace EdgeVoyager
 {

+ 0 - 1
Form1.cs

@@ -2,7 +2,6 @@ using System.Collections;
 using System.Diagnostics;
 using System.Resources;
 using System.Text;
-using System.Windows.Forms;
 using Microsoft.Web.WebView2.Core;
 
 namespace EdgeVoyager

+ 1 - 12
Form2.cs

@@ -1,16 +1,5 @@
-using System;
-using System.Collections;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Globalization;
-using System.Linq;
-using System.Reflection;
+using System.Collections;
 using System.Resources;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
 
 namespace EdgeVoyager
 {

+ 1 - 11
main.cs

@@ -1,14 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-
-namespace EdgeVoyager
+namespace EdgeVoyager
 {
     public partial class main : Form
     {