File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Rubberduck.Core/UI/UnitTesting Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 4
4
using System . ComponentModel ;
5
5
using System . Globalization ;
6
6
using System . Linq ;
7
- using System . Windows . Annotations ;
8
7
using System . Windows . Data ;
9
8
using NLog ;
10
9
using Rubberduck . Common ;
11
10
using Rubberduck . Interaction . Navigation ;
12
- using Rubberduck . Parsing ;
13
11
using Rubberduck . Parsing . Annotations ;
14
12
using Rubberduck . Parsing . Rewriter ;
15
13
using Rubberduck . Parsing . VBA ;
16
- using Rubberduck . Resources ;
17
14
using Rubberduck . Settings ;
18
15
using Rubberduck . SettingsProvider ;
19
16
using Rubberduck . UI . Command ;
Original file line number Diff line number Diff line change @@ -18,10 +18,7 @@ public TestExplorerWindow(TestExplorerViewModel viewModel) : this()
18
18
public TestExplorerViewModel ViewModel { get ; }
19
19
20
20
// FIXME bare ClassId... not good
21
- public string ClassId
22
- {
23
- get { return "9CF1392A-2DC9-48A6-AC0B-E601A9802608" ; }
24
- }
21
+ public string ClassId => "9CF1392A-2DC9-48A6-AC0B-E601A9802608" ;
25
22
26
23
public string Caption => TestExplorer . TestExplorerWindow_Caption ;
27
24
}
You can’t perform that action at this time.
0 commit comments