Skip to content

Commit

Permalink
Add some imports for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nico1207 committed Jul 18, 2022
1 parent 098a513 commit 637ffbd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .idea/.idea.EscapeFromSpotify/.idea/riderPublish.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.idea.EscapeFromSpotify/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion EscapeFromSpotify/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
using System.Diagnostics;
using System;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Windows.Media.Control;
using PInvoke;

Expand Down

0 comments on commit 637ffbd

Please sign in to comment.