File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public System.Windows.Controls.MediaElement MediaPlayer
132
132
## Instantiate the tool window and toolbar
133
133
Add a toolbar and a menu command that invokes the ** Open File** dialog and plays the selected media file.
134
134
135
- 1 . Open * FirstToolWindow.cs* and add the following ` using ` statements .
135
+ 1 . Open * FirstToolWindow.cs* and add the following ` using ` directives .
136
136
137
137
``` csharp
138
138
using System .ComponentModel .Design ;
@@ -177,7 +177,7 @@ Add a toolbar and a menu command that invokes the **Open File** dialog and plays
177
177
}
178
178
```
179
179
180
- 6 . Add the menu command to the toolbar . In the FirstToolWindowCommand .cs class, add the following using statement
180
+ 6 . Add the menu command to the toolbar . In the FirstToolWindowCommand .cs class, add the following using directive
181
181
182
182
```csharp
183
183
using System.Windows.Forms;
You can’t perform that action at this time.
0 commit comments