From 637ffbd9198c9f1768b5eaae080579e179ee1ff0 Mon Sep 17 00:00:00 2001 From: Nico Thomas Date: Mon, 18 Jul 2022 10:55:49 +0200 Subject: [PATCH] Add some imports for publishing --- .idea/.idea.EscapeFromSpotify/.idea/riderPublish.xml | 10 ++++++++++ .idea/.idea.EscapeFromSpotify/.idea/vcs.xml | 6 ++++++ EscapeFromSpotify/Program.cs | 6 +++++- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .idea/.idea.EscapeFromSpotify/.idea/riderPublish.xml create mode 100644 .idea/.idea.EscapeFromSpotify/.idea/vcs.xml diff --git a/.idea/.idea.EscapeFromSpotify/.idea/riderPublish.xml b/.idea/.idea.EscapeFromSpotify/.idea/riderPublish.xml new file mode 100644 index 0000000..4edc074 --- /dev/null +++ b/.idea/.idea.EscapeFromSpotify/.idea/riderPublish.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.EscapeFromSpotify/.idea/vcs.xml b/.idea/.idea.EscapeFromSpotify/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.EscapeFromSpotify/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/EscapeFromSpotify/Program.cs b/EscapeFromSpotify/Program.cs index aff3480..d81bfc3 100644 --- a/EscapeFromSpotify/Program.cs +++ b/EscapeFromSpotify/Program.cs @@ -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;