Browse Source

Merge branch 'master' into netstandard

pull/471/head
Mark Heath 6 years ago
parent
commit
6ecf21cd1d
  1. 2
      Docs/PlayAudioFileWinForms.md

2
Docs/PlayAudioFileWinForms.md

@ -6,7 +6,7 @@ To start with, we'll create a very simple form with a start and a stop button. A
```c#
using NAudio.Wave;
using NAudio.Wave.SampleProviders
using NAudio.Wave.SampleProviders;
public class MainForm : Form
{

Loading…
Cancel
Save