Moved WndProcMonitor to this project

This commit is contained in:
Dan Clark
2024-11-02 20:08:57 +00:00
parent c167257aae
commit 48c63b3bb0
3 changed files with 74 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
using Toolkit.Foundation;
namespace Toolkit.Windows;
public interface IWndProcMonitor :
IInitialization,
IDisposable;