Skip to content

Commit c7c76e6

Browse files
committed
Removed unused "using"
1 parent d1eec78 commit c7c76e6

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

MenuGenerator.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Collections;
1+
using System.Collections;
32
using System.Collections.Generic;
43
using System.Drawing;
54
using System.Linq;

MyApplicationContext.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.Drawing;
4-
using System.Text;
53
using System.Threading.Tasks;
64
using System.Windows.Forms;
75

Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using System;
2-
using System.Drawing;
3-
using System.Threading.Tasks;
42
using System.Windows.Forms;
53

64
namespace busylight_client

0 commit comments

Comments
 (0)