Added most hooks except xfer logic and winform/wpf versions.

This commit is contained in:
soukoku
2014-04-05 19:39:41 -04:00
parent 94f2720de4
commit 0064db2c2d
6 changed files with 228 additions and 24 deletions

View File

@@ -27,11 +27,4 @@ namespace NTwain
/// </summary>
DGImage DGImage { get; }
}
/// <summary>
/// Internal interface for operations use.
/// </summary>
interface ITwainOperationInternal : ITwainOperation
{
}
}