Minor internal changes.

This commit is contained in:
soukoku
2014-09-02 19:10:35 -04:00
parent 41d821a9d5
commit 88bd745883
11 changed files with 167 additions and 141 deletions

View File

@@ -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
{