Browse Source

missing semicolon

pull/468/head
Tomáš Roj 6 years ago
committed by GitHub
parent
commit
1601dbffc1
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