Moved TaskbarButtonMonitor

This commit is contained in:
Dan Clark
2024-11-02 21:06:58 +00:00
parent 81e39f9895
commit 7a4a299262
12 changed files with 224 additions and 31 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public class WndProcMonitor(IPublisher publisher) :
private unsafe void InitializeWndProc()
{
var windowName = Guid.NewGuid().ToString();
string windowName = Guid.NewGuid().ToString();
handler = Wndproc;
WNDCLASSW wndProcWindow;