Skip to content

Commit

Permalink
STA model for the program.
Browse files Browse the repository at this point in the history
Fixes #54
  • Loading branch information
Antoine Aflalo committed Dec 30, 2015
1 parent cb272bc commit bfa8502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoundSwitch/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace SoundSwitch
internal static class Program
{
[HandleProcessCorruptedStateExceptions]
[MTAThread]
[STAThread]
private static void Main()
{
bool createdNew;
Expand Down

0 comments on commit bfa8502

Please sign in to comment.