Skip to content

Commit e0e0d3f

Browse files
committed
refactor: Make usings compatible with .NET 5+
1 parent 6b34fcd commit e0e0d3f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Source/Menu/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
using System.Linq;
3232
using System.Resources;
3333
using System.Runtime.InteropServices;
34-
using System.Threading;
3534
using System.Windows.Forms;
35+
using Activity = ORTS.Menu.Activity;
3636
using Path = ORTS.Menu.Path;
3737

3838
namespace ORTS

Source/Menu/ResumeForm.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ but displayed as a thumbnail.
5050

5151
using System;
5252
using System.Collections.Generic;
53-
using System.Diagnostics;
5453
using System.Drawing;
5554
using System.IO;
5655
using System.Linq;

Source/Menu/TestingForm.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@
1818
using System;
1919
using System.Collections.Generic;
2020
using System.ComponentModel;
21-
using System.Data;
2221
using System.Diagnostics;
2322
using System.Drawing;
2423
using System.IO;
2524
using System.Linq;
26-
using System.Text;
2725
using System.Windows.Forms;
2826
using GNU.Gettext;
2927
using GNU.Gettext.WinForms;
3028
using ORTS.Menu;
3129
using ORTS.Settings;
30+
using Activity = ORTS.Menu.Activity;
3231
using Path = System.IO.Path;
3332

3433
namespace ORTS

0 commit comments

Comments
 (0)