File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ You can access any tool window in Visual Studio. This walkthrough shows how to i
55
55
56
56
### Customize the constructor
57
57
58
- 1. In the *TodoWindowControl.xaml.cs* file, add the following using statement :
58
+ 1. In the *TodoWindowControl.xaml.cs* file, add the following using directive :
59
59
60
60
```csharp
61
61
using System;
@@ -97,7 +97,7 @@ You can access any tool window in Visual Studio. This walkthrough shows how to i
97
97
}
98
98
```
99
99
100
- 2 . Add the following using statement :
100
+ 2 . Add the following using directive :
101
101
102
102
``` csharp
103
103
using Microsoft .VisualStudio .Shell ;
@@ -144,7 +144,7 @@ You can access any tool window in Visual Studio. This walkthrough shows how to i
144
144
145
145

146
146
147
- 2. Add the following using statements the *TodoItem.cs* file.
147
+ 2. Add the following using directives the *TodoItem.cs* file.
148
148
149
149
```csharp
150
150
using System.ComponentModel;
@@ -277,7 +277,7 @@ You can access any tool window in Visual Studio. This walkthrough shows how to i
277
277
}
278
278
```
279
279
280
- 4 . Add the following using statements to *TodoWindowControl .xaml .cs *:
280
+ 4 . Add the following using directives to *TodoWindowControl .xaml .cs *:
281
281
282
282
```csharp
283
283
using System .Runtime .InteropServices ;
You can’t perform that action at this time.
0 commit comments