File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3131using System . Linq ;
3232using System . Resources ;
3333using System . Runtime . InteropServices ;
34- using System . Threading ;
3534using System . Windows . Forms ;
35+ using Activity = ORTS . Menu . Activity ;
3636using Path = ORTS . Menu . Path ;
3737
3838namespace ORTS
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ but displayed as a thumbnail.
5050
5151using System ;
5252using System . Collections . Generic ;
53- using System . Diagnostics ;
5453using System . Drawing ;
5554using System . IO ;
5655using System . Linq ;
Original file line number Diff line number Diff line change 1818using System ;
1919using System . Collections . Generic ;
2020using System . ComponentModel ;
21- using System . Data ;
2221using System . Diagnostics ;
2322using System . Drawing ;
2423using System . IO ;
2524using System . Linq ;
26- using System . Text ;
2725using System . Windows . Forms ;
2826using GNU . Gettext ;
2927using GNU . Gettext . WinForms ;
3028using ORTS . Menu ;
3129using ORTS . Settings ;
30+ using Activity = ORTS . Menu . Activity ;
3231using Path = System . IO . Path ;
3332
3433namespace ORTS
You can’t perform that action at this time.
0 commit comments