File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99using System . Text ;
1010using System . Text . RegularExpressions ;
1111using System . Windows . Forms ;
12- using static System . Windows . Forms . LinkLabel ;
1312using Group = EZCode . Groups . Group ;
1413using Player = Sound . Player ;
1514using 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>
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments