Browse Source

Merge pull request #468 from TomasRoj/patch-1

missing semicolon
pull/437/merge
Mark Heath 6 years ago
committed by GitHub
parent
commit
0f22f7e935
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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