Skip to content

Commit 273e4aa

Browse files
Trimmed up usings
1 parent 39a2740 commit 273e4aa

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

EZCode/EZCode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
using System.Text;
1010
using System.Text.RegularExpressions;
1111
using System.Windows.Forms;
12-
using static System.Windows.Forms.LinkLabel;
1312
using Group = EZCode.Groups.Group;
1413
using Player = Sound.Player;
1514
using Types = EZCode.Variables.Ivar.Types;
@@ -21,11 +20,12 @@ namespace EZCode
2120
/// </summary>
2221
public class EzCode
2322
{
24-
#region Variables_and_Initializers
2523
/// <summary>
2624
/// Directory of the script playing
2725
/// </summary>
2826
public static string Version { get; } = "2.3.0";
27+
28+
#region Variables_and_Initializers
2929
/// <summary>
3030
/// The Official EZCode Icon
3131
/// </summary>

EZCode/EZText.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System.Collections.Generic;
2-
using System.Security.Principal;
3-
using System.Windows.Forms;
4-
using static System.Net.Mime.MediaTypeNames;
5-
using static System.Runtime.InteropServices.JavaScript.JSType;
6-
7-
namespace EZCode
1+
namespace EZCode
82
{
93
public class EZText
104
{

0 commit comments

Comments
 (0)