Skip to content

Commit

Permalink
Merge branch 'master' into netstandard
Browse files Browse the repository at this point in the history
  • Loading branch information
markheath committed May 4, 2019
2 parents 4533169 + 0f22f7e commit 6ecf21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/PlayAudioFileWinForms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 6ecf21c

Please sign in to comment.