This commit is contained in:
Frank Skare
2019-06-27 02:43:17 +02:00
parent c8fe3a4c43
commit e7fd268927
5 changed files with 20 additions and 15 deletions

View File

@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
@@ -213,7 +212,7 @@ namespace mpvnet
if (WindowHandle == IntPtr.Zero)
WindowHandle = FindWindowEx(MainForm.Hwnd, IntPtr.Zero, "mpv", null);
//Debug.WriteLine(evt.event_id.ToString());
//System.Diagnostics.Debug.WriteLine(evt.event_id.ToString());
try
{