aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Engine/AudioResourceClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/Engine/AudioResourceClient.cs')
-rw-r--r--source/WindowsFormsApplication1/Engine/AudioResourceClient.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Engine/AudioResourceClient.cs b/source/WindowsFormsApplication1/Engine/AudioResourceClient.cs
index 717d43a..b1f5b16 100644
--- a/source/WindowsFormsApplication1/Engine/AudioResourceClient.cs
+++ b/source/WindowsFormsApplication1/Engine/AudioResourceClient.cs
@@ -9,7 +9,7 @@ using NAudio.Wave;
using System.Threading;
using Newtonsoft.Json;
using AxWMPLib;
-using System.Windows.Forms;
+using ShiftUI;
using WMPLib;
namespace ShiftOS
@@ -119,7 +119,7 @@ namespace ShiftOS
{
if (o == (int)WMPPlayState.wmppsMediaEnded)
{
- var t = new System.Windows.Forms.Timer();
+ var t = new ShiftUI.Timer();
t.Interval = 1000;
t.Tick += (object s, EventArgs a) =>
{