File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
RetailCoder.VBE/UI/SourceControl Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
- using System . Collections . Generic ;
3
2
using System . Diagnostics ;
4
- using System . Linq ;
5
- using System . Text ;
6
- using System . Threading . Tasks ;
3
+ using System . IO ;
7
4
using System . Windows . Forms ;
8
- using Rubberduck . SourceControl ;
9
5
using Rubberduck . Settings ;
10
- using System . IO ;
6
+ using Rubberduck . SourceControl ;
11
7
12
8
namespace Rubberduck . UI . SourceControl
13
9
{
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . Linq ;
4
- using System . Text ;
5
- using System . Threading . Tasks ;
1
+ using Microsoft . Vbe . Interop ;
6
2
using Rubberduck . SourceControl ;
7
- using Microsoft . Vbe . Interop ;
8
3
9
4
namespace Rubberduck . UI . SourceControl
10
5
{
You can’t perform that action at this time.
0 commit comments