mirror of
https://github.com/soukoku/ntwain.git
synced 2025-11-08 02:24:46 +08:00
Minor internal changes.
This commit is contained in:
@@ -6,9 +6,8 @@ namespace NTwain.Internals
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Abstracts out wnd proc hook on Windows from MessageLoop class.
|
||||
/// Abstracts out wnd proc hook on Windows from InternalMessageLoopHook class.
|
||||
/// This allows things to not depend on PresentationCore.dll at runtime on mono.
|
||||
/// Not that everything works yet in mono but it's something.
|
||||
/// </summary>
|
||||
class WindowsHook : IDisposable
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user