Made 'PlaySound' not a static method.
This commit is contained in:
parent
cbd3f4abd3
commit
cd184c5670
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
}
|
||||
|
||||
public static void PlaySound(string fileName)
|
||||
public void PlaySound(string fileName)
|
||||
{
|
||||
using (var mediaStream = StaticData.Instance.OpenSteam(Path.Combine("Sounds", fileName)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue