File tree Expand file tree Collapse file tree 5 files changed +0
-28
lines changed Expand file tree Collapse file tree 5 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace Background_Terminal
10
10
{
11
- /// <summary>
12
- /// Interaction logic for App.xaml
13
- /// </summary>
14
11
public partial class App : Application
15
12
{
16
13
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
using Newtonsoft . Json ;
2
- using System ;
3
2
using System . Collections . Generic ;
4
3
using System . ComponentModel ;
5
- using System . IO ;
6
- using System . Text ;
7
4
8
5
namespace Background_Terminal
9
6
{
Original file line number Diff line number Diff line change 5
5
using System . Collections . ObjectModel ;
6
6
using System . Diagnostics ;
7
7
using System . IO ;
8
- using System . Linq ;
9
8
using System . Management ;
10
- using System . Text ;
11
9
using System . Text . RegularExpressions ;
12
10
using System . Threading . Tasks ;
13
11
using System . Windows ;
14
12
using System . Windows . Controls ;
15
- using System . Windows . Data ;
16
- using System . Windows . Documents ;
17
13
using System . Windows . Input ;
18
14
using System . Windows . Interop ;
19
15
using System . Windows . Media ;
20
- using System . Windows . Media . Imaging ;
21
- using System . Windows . Navigation ;
22
- using System . Windows . Shapes ;
23
16
24
17
namespace Background_Terminal
25
18
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
- using System . Text ;
4
3
using System . Windows ;
5
4
using System . Windows . Controls ;
6
- using System . Windows . Data ;
7
- using System . Windows . Documents ;
8
5
using System . Windows . Input ;
9
6
using System . Windows . Media ;
10
- using System . Windows . Media . Imaging ;
11
- using System . Windows . Shapes ;
12
7
13
8
namespace Background_Terminal
14
9
{
You can’t perform that action at this time.
0 commit comments